To display Thai (or any alphabet that does not ship with your phone) in your app, you need two things:
(1) put your strings in unicode, preferably not hard-coded in-place. Read up on Java internationalization if you don't know about it. (2) the font to be installed. My G2 doesn't seem to support Thai, so I'm guessing you need to include it with your app. For font fiddling, see http://whyandroid.com/android/177-fun-with-fonts.html Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jun 1, 11:15 pm, Freshman <[email protected]> wrote: > Hi guys, > > In my application i need to display some messages in thai language. > can anyone suggest me how can i display thai language in my > application ? > > any info/suggestion would be greatly appriciated. > > many thanks, > Freshman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

