Reputation: 1984
I wanna create my android app in three languages. English & Punjabi & Gujarai.
"Gujarati" & "Punjabi" is not available in locale list of languages. so i can't able to create values folder like values-fr(french) and value-rs(russia).. like dat.. How can i develop this app with "Punjabi" & "Gujarati"?
Thanks & Regards, Jay Patel
Upvotes: 2
Views: 1301
Reputation:
see list of supported locale from following Url http://www.science.co.il/language/locale-codes.asp
U can support Gujarati just add gu-rIN folder in values folder.
Upvotes: 1
Reputation: 831
The above links has fonts for Gujarati and Punjabi language and u need to add this in assets folder and u need to use TypeFace class to set that font
Upvotes: 1
Reputation: 29975
If Android doesn't offer the language choices, you'll have to implement your own language toolkits: a translation framework and a menu where a user can change the language.
Upvotes: 0