Thank you so much for your quick response. But did you test your app in Arabic or Thai using device fonts? I tried using device fonts for Thai but it's again showing only boxes.
For testing thai, do i also need to have device default font as thai? On Mon, Jul 28, 2014 at 11:49 AM, Neverbirth <neverbi...@gmail.com> wrote: > Using device fonts should work as expected, I made a few apps that use them > and did not notice any problem. > > As for localizing the app itself, everytime I've added multilingual support > to a Flex mobile app, I've made it like any Flex app. Of course, anything > that is not text or plain image should be embedded at compilation time if > you're running under iOS. So once you have your font embedded you can set > your controls' fontFamily to the font you want through localeManager and > the > framework will do the rest. > > > > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Multilingual-app-in-flex-mobile-tp39375p39379.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. > -- Thanks, Vijay Kumar