Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to set custom locale for indian regional languages in android emulator

I would like to set my emulator locale to some custom locale for Indian regional languages like Tamil or Kanada or telugu. Any one plz give suggestions, Thanks in Advance.

like image 334
Ganesh K Avatar asked Jun 08 '12 06:06

Ganesh K


People also ask

How can I add locale language in Android?

Go to app > res > values > right-click > New > Value Resource File and name it as strings. Now, we have to choose qualifiers as Locale from the available list and select the language as Hindi from the drop-down list. Below is the picture of the steps to be performed.

How can I add Hindi language in Android Studio?

Also, please check whether your device supports Hindi and Chinese languages by going to Settings --> Language & input .

How do I change localization in Android?

You'll find this screen either in the System Settings app: Languages, or System Settings: System: Languages and input. The Language preference screen should contain one entry called “English (Europe)”. Click Add language and add a fallback language.


1 Answers

you must download your language font file(.ttf). after,import font file in your project assets folder create folder fonts and paste your font file(.ttf) to folder fonts. after following instructions in below link for stack overflow post :

Android Tamil font between english word

(or)

Refer this document

http://developer.android.com/training/basics/supporting-devices/languages.html

iso code for all languages link below

http://www.w3.org/WAI/ER/IG/ert/iso639.htm

Welcome...!

like image 72
Dinesh Avatar answered Oct 30 '22 20:10

Dinesh