[
https://issues.apache.org/jira/browse/PIVOT-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Whitcomb closed PIVOT-1038.
---------------------------------
Resolution: Not A Problem
Just realized this is not necessary, since any application can call
"Locale.setDefault(...)" which has the same effect. So, closing the issue.
> Allow override of default Locale for all internal resources
> -----------------------------------------------------------
>
> Key: PIVOT-1038
> URL: https://issues.apache.org/jira/browse/PIVOT-1038
> Project: Pivot
> Issue Type: Improvement
> Components: core, wtk, wtk-terra
> Reporter: Roger Whitcomb
> Assignee: Roger Whitcomb
> Priority: Minor
>
> The Resources class, and therefore all our internal resources, depend on the
> default platform Locale. Sometimes (and it is so in our application) we want
> to use a non-default Locale to display an internationalized version of the
> application. To accomplish this we would need to specify an override of the
> default platform locale that can be set and used everywhere.
> I propose to add a field to Platform for this purpose, and replace calls to
> "Locale.getDefault()" with "Platform.getDefaultLocale()".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)