Adding/Removing the language entries in the “Settings” -> “Select Locale” from Android phone

后端 未结 6 1548
礼貌的吻别
礼貌的吻别 2021-02-01 03:20

My question:

How can I add or remove the language entries in the \"Settings\" -> \"Language & keyboard settings\" -> \"Select Locale\"(or \"Select Language\") in t

6条回答
  •  灰色年华
    2021-02-01 03:56

    you have to create "values" folder in "res" folder of android's framework-res package. Name of that new folder have to contain country code of your need ie. values-pl-rPL (the rPL part is required) for polish language (for british english: en-rGB, etc), that should be enough - if not - create strings.xml file in that folder, and add there empty "resources" node.

提交回复
热议问题