Roger Whitcomb created PIVOT-1038: ------------------------------------- Summary: 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
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)