From ebd3aaa7d557733d16feee4cb9c56c8df3017b0a Mon Sep 17 00:00:00 2001 From: m1ga Date: Tue, 30 Apr 2024 20:57:09 +0200 Subject: [PATCH] feat(android): add new defaultLang tiapp.xml setting --- .../Appendices/tiapp.xml_and_timodule.xml_Reference.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guide/Titanium_SDK/Titanium_SDK_Guide/Appendices/tiapp.xml_and_timodule.xml_Reference.md b/docs/guide/Titanium_SDK/Titanium_SDK_Guide/Appendices/tiapp.xml_and_timodule.xml_Reference.md index 3dea901240..1e36cd77d6 100644 --- a/docs/guide/Titanium_SDK/Titanium_SDK_Guide/Appendices/tiapp.xml_and_timodule.xml_Reference.md +++ b/docs/guide/Titanium_SDK/Titanium_SDK_Guide/Appendices/tiapp.xml_and_timodule.xml_Reference.md @@ -107,6 +107,15 @@ This element contains subelements of deployment targets used by the IDE to deter ``` +### defaultLang + +By default the Android version will use `en` as a default language. If you want to use only one i18n strings.xml file and it is not `en` then you have to set `` to that language. + +E.g. if you just use i18n/de/strings.xml you will set: +```xml +de +``` + ### description The description of this application.