Search code examples
androidlocalizationandroid-emulatorlocale

How do I set up localization 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.


Solution

  • 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...!