If you follow the localization procedures advised in http://developer.android.com/guide/topics/resources/localization.html (especially under "Using Resources for Localization", the system will automatically make sure that unsupported languages will not be displayed in the UI. You do not need to access the "supported language list" yourself.
It is different from phone to phone anyway. My G1, for example, only supports English and Spanish, the emulator supports many more. On Jul 8, 5:41 am, ameya dandekar <[email protected]> wrote: > Hi, > I am currently working on application in which i need to display > lists in different languages, so , is there any API to get the supported > language list for android ? > I am currently using sdk 1.5. And it is observed that Hindi and > Hebrew are not supported. > So , i need to avoid such languages to be displayed on UI. > > Thanks and Regards, > Ameya -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

