Hi Alex, In the first line you can see: nl_NL$SharedResources_properties which clearly points to a nl_NL resource.
Line 8 reads: monthNames=January,February,etc... In the file nl_NL/SharedResources: monthNames=januari,februari,etc... So nl_NL$SharedResources_properties has gotten wrong content. In my compiler settings: -locale nl_NL en_US You can test this by setting locale to nl_NL and add a DateField component. The month names are in English! Dany > Op 18-mrt.-2015, om 15:28 heeft Alex Harui <aha...@adobe.com> het volgende > geschreven: > > What should it look like? Do you have a simple test case? > > -Alex > > On 3/17/15, 11:20 PM, "Dany Dhondt" <archeme...@mac.com> wrote: > >> Hi all, >> >> I ran into a problem with locale bundles: >> >> An example: >> setting locale to nl_NL and diving into resourceManager >> (ResourceManagerImpl.as:855), the wrong bundle is assiciated with my >> locale. >> Check out this: >> http://www.archemedia.eu/flex/images/wrongBundle.png >> <http://www.archemedia.eu/flex/images/wrongBundle.png> >> >> resourceBundleClassName "nl_NL$SharedResources_properties" >> >> Something must go wrong in the compiler? >> >> Any ideas? >> >> Dany >> >