I am trying to get different language support working in my application.  My current target is French.  The French text is fetched from a database at runtime.  It can be displayed in a tree node label, in a text component, as a Window title, in a list, etc.  In other words, many places.  Running the application, I get problems like the character "�" replaced by "é".
 
My only application change at this point is including the Basic Latin language-range tag in the flex config file. But this did not work.  There is obviously something(s) else I must do.  Can anyone shed some light?
 

-S

Reply via email to