[
https://issues.apache.org/jira/browse/ISIS-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood resolved ISIS-1108.
-------------------------------
Resolution: Fixed
> Allow informUser, warnUser, raiseError and also exception messages to be
> translated.
> ------------------------------------------------------------------------------------
>
> Key: ISIS-1108
> URL: https://issues.apache.org/jira/browse/ISIS-1108
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Affects Versions: core-1.8.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: 1.9.0
>
>
> Probably by having overloaded methods etc that return TranslatableString
> instead of just String, eg
> public class RecoverableException {
> public RecoverableException(TranslatableString tr) { ... }
> public TranslatableString getTranslatableMessage() { ... }
> }
> ~~~~
> and
> public interface DomainObjectContainer {
> public void informUser(TranslatableString tr);
> ...
> }
> etc
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)