The code is using getStyle("locale") but I needed to pull it out for the
test program. The locale comes from
frameworks/projects/framework/defaults.css where the default locale is
"en".The code itself is line 569 in spark CollatorBase.as. Carol On 1/25/13 5 :36PM, "Justin Mclean" <[email protected]> wrote: >Hi, > >> I'm using "en" because that's the line of code I eventually dug out of >>the >> SDK that was causing the problem. > >Where was the code in the SDK? The SDK should probably be using >LocaleID.DEFAULT rather than assuming the locale/sort order is "en" I >believe. > >Thanks, >Justin
