| Author |
How to display regional languages in Android App
|
harish Gunda
Greenhorn
Joined: Jan 31, 2012
Posts: 4
|
|
Hi Everybody,
I am building an app in a regional language, I mean other than English. Can anyone tell what all things I need to do in the app to achieve it ? I do not want to install any font manager or anything in the device.
Thanks in advance !
Harish
|
 |
Sumit Bisht
Ranch Hand
Joined: Jul 02, 2008
Posts: 272
|
|
It is the same as when doing internationalization in java. You create different resource files and the application simply uses them.
For setting your Locale, you follow the same steps as in java.
The documentation contains its exact procedure.Also, more is present here.
|
 |
harish Gunda
Greenhorn
Joined: Jan 31, 2012
Posts: 4
|
|
Sumit,
I am looking for pulling the RSS feeds which are in other languages. I want to display them properly without installing anything in the device.
For ex, 'NewsHunt' is an app which shows all languages in regional languages. I am not sue how it is done. Can you please help me knowing how to do this.
|
 |
 |
|
|
subject: How to display regional languages in Android App
|
|
|