That's great! 
But say I'm pulling from an XML file that is already written in
Chinese i and I want to display it with a flex 2 application to
someone in China. Will flex automatically display the XML file
correctly or will I have to make modifications within my application?




--- In [email protected], "Alger Werft" <[EMAIL PROTECTED]> wrote:
>
> http://livedocs.adobe.com/labs/flex3/html/help.html?content=l10n_1.html
> 
>  
> 
> Flex supports resource bundles. You can even compile them separatly and
> load them at runtime.
> 
> Or you load the needed strings as a XML file, and turn the contents into
> a ResourceBundle using AS3.
> 
>  
> 
> By defaullt, Flex only includes the locales en_US and ja_JP.
> 
> But you can create additional ones, it is described in the docs.
> 
>  
> 
> Beware of the font type you use, some don't fully support far eastern
> languages.
> 
>  
> 
> Alger
> 
>  
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of uriel_tru
> Sent: Donnerstag, 21. Februar 2008 14:52
> To: [email protected]
> Subject: [flexcoders] Foreign Languages?
> 
>  
> 
> Does anyone know if Flex 2 supports Foreign Languages for
> international development? I mean say I want to make an application
> for someone in China to be able to read it as well as in the US. 
> 
> Thanks,
> U.T.
>


Reply via email to