[
https://issues.apache.org/jira/browse/FLEX-25595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-25595.
----------------------------------
Resolution: Won't Fix
The locale order is set by the user preference not the order specified.
See initializeLocaleChain in ResourceManagerImpl
public function initializeLocaleChain(compiledLocales:Array):void
{
localeChain = LocaleSorter.sortLocalesByPreference(
compiledLocales, getSystemPreferredLocales(), null, true);
}
> Locale order specified on command line not honored
> --------------------------------------------------
>
> Key: FLEX-25595
> URL: https://issues.apache.org/jira/browse/FLEX-25595
> Project: Apache Flex
> Issue Type: Bug
> Components: i18n : Compiler
> Affects Versions: Adobe Flex SDK 4.1 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Language Found: English
> Reporter: Adobe JIRA
>
> Steps to reproduce:
> 1. copylocale en_US cs_CZ
> 2. Run the attached project
>
> Actual Results:
> Strings are displayed in English
>
> Expected Results:
> Strings should be displayed in Czech as the compile option in project
> properties is:
> -locale=cs_CZ,en_US
> and the documentation states that this order will be used if it is not
> overwritte by any other method (setting localeChaing at runtime, using
> flashvars etc.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira