Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a custom language pack for android?

For fun, I'd like to edit (or add a custom) language pack for my android phone.

I've read a lot about it using google but no real solution.

Is there any way to achieve this? maybe a way to get in to the language files google use and edit them, or add a new translation for the OS?

Any help would be appriciated :)

(additional info: I'm running android 2.2, HTC Legend)

like image 835
Pieter888 Avatar asked Jan 13 '11 08:01

Pieter888


1 Answers

Unfortunately there is no such notion as "language packs." You can download the Android source (see http://source.android.com) and add/modify translations but you will have to submit your changes as an Open Source contribution to the Android Open Source Project.

The translations are done per application. For instance, all the translations for the Browser app are in packages/apps/Browser/res/values-LANGUAGECODE. The framework translations are in frameworks/core/res/res/values-LANGUAGECODE.

like image 63
Romain Guy Avatar answered Oct 20 '22 17:10

Romain Guy