added ability to select app language in android settings
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<application
|
<application
|
||||||
android:label="LUPUS"
|
android:label="LUPUS"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
|
android:localeConfig="@xml/locales_config"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
|
|||||||
6
android/app/src/main/res/xml/locales_config.xml
Normal file
6
android/app/src/main/res/xml/locales_config.xml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<locale android:name="en-US"/>
|
||||||
|
<locale android:name="de-DE"/>
|
||||||
|
</locale-config>
|
||||||
|
|
||||||
Reference in New Issue
Block a user