Skip to content

Commit ebd3aaa

Browse files
committed
feat(android): add new defaultLang tiapp.xml setting
1 parent 0271305 commit ebd3aaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_Guide/Appendices/tiapp.xml_and_timodule.xml_Reference.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ This element contains subelements of deployment targets used by the IDE to deter
107107
</deployment-targets>
108108
```
109109

110+
### defaultLang
111+
112+
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 `<defaultLang></defaultLang>` to that language.
113+
114+
E.g. if you just use i18n/de/strings.xml you will set:
115+
```xml
116+
<defaultLang>de</defaultLang>
117+
```
118+
110119
### description
111120

112121
The description of this application.

0 commit comments

Comments
 (0)