Monday, June 30, 2014

How To Add Custom Locale To Android

If you need to change language in android but you can't find the language you want to change to, you can use an app name 'MoreLocale 2'. It's free and you can download it through Google Play. It works both root and unrootdevice. For root device it will use supersu access. For unroot device you need to grant the permission manually by 'pm' command. I'm not sure that this will works with all android version.


Instructions:
- Install & Open the app, Next Press Option Key -> Select Add Locale
- Input Label, ISO639, ISO3166. You have to use the correct Language and Country ISO code and click add.

Example: Cambodia:
ISO639: km
ISO3166: KH 

Find country ISO codes link below:

ISO639: http://goo.gl/wU2IFo 

ISO3166: http://goo.gl/3WOYoP


- For unroot device download and extract this file

- On your phone Enable USB Debuging and connect to computer.

-    Open extracted folder, Hold Shift and Right Click anywhere in that folder, choose Open command window here
-    Enter following two command line:
        adb shell
        pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION

-    Now in your phone go to app and follow the same instruction above.

Related Posts:

  • How To Add Custom Locale To Android If you need to change language in android but you can't find the language you want to change to, you can use an app name 'MoreLocale 2'. It's free and you can download it through Google Play. It works both root… Read More
  • [Mod] Increase Galaxy S4 (GT-i9500) Volume For Galaxy S4 users if you feel that your phone volume is not loud enough, there is a way to boost volume by modifying 'default_gain.conf', but this is for rooted devices only.To do you need to download an app … Read More
  • Root your android devices with OneClickRoot  OneClickRoot is the leading software for Root Android phone. With just a single click, you can root Android smartphone or your tablet and get access to hundreds of new and exciting features. Root's own Android… Read More
  • What is MP3 Tag? An MP3 tag is a metadata container in an MP3 file (ID3). It tells the information about the mp3 file and embedded in the file structure and contains data for tags like artist, track number, album, genre, year, etc. This … Read More
  • Update MP3 TAG a free audio metadata editor Mp3tag is a freeware metadata editor for many audio file formats for PC. It supports ID3v1, ID3v2.3, ID3v2.4, iTunes MP4, WMA, Vorbis Comments and APE Tags. It can rename files based on the tag information, replace char… Read More