I haven’t tried dynamically loading locales. We are using the compiler option, which is the same as in Flex.
From: Edward Stangler<mailto:[email protected]> Sent: Friday, November 27, 2020 4:15 AM To: [email protected]<mailto:[email protected]> Subject: Re: RE: Resource bundles and locales Right, but how do you create the resource bundles and dynamically load the locales? It seems like it's very different in Royale. On 11/26/2020 1:58 AM, Yishay Weiss wrote: > In emulation components it’s similar to the Flex syntax. We have seen bugs > however with the @ annotator syntax in mxml and are using instead things like > > <s:Label text=”{ResourceManager.getInstance().getString(‘bundle’, ‘key’)}”/> > > > > From: Edward Stangler > Sent: Thursday, November 26, 2020 12:31 AM > To: [email protected]<mailto:[email protected]> > Subject: Resource bundles and locales > > What is the current way to do resource bundles and locales? > > >
