Jai
Jai

Reputation: 1984

Android app in three languages

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

Answers (3)

user1087919
user1087919

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

Thiru VT
Thiru VT

Reputation: 831

Gujarati fonts

Punjabi fonts

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

Tom van der Woerdt
Tom van der Woerdt

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

Related Questions