answered
2018-09-08 02:15:02 +0200
Dear ALL
I recently solved This issue without changing app.
But, this making fixed language setup on android (System do not effect)
Of course, you can change by changing app before you used.
But, After rebooting, it restore language that you modified language.
You need to development mode and work terminal window(SSH or contain terminal)
#cd /opt/alien/system/script
Fidn out Variable
"SYSTEM_USER_LANG"
Commnet this line and insert new line below
SYSTEM_USER_LANG="en_US.utf8"
replace "en_US.utf8" to your wanting language
Save and reboot.
whatever your system language is, android language is that you modified things.
In more
If you want to add list on setting menu-> language
Then,
#cd /opt/alien/usr/share/jolla-languages-supported
#cp en_US.utf8 // copy example file
#mv en_US.utf ko_KR.utf8 //change name you want
#vi ko_KR.utf8
modifiy that language code
save and exit vi
see setting menu, you can see new language .
If system support language localization, If you choice, it will change all setting that you choiced language.
if not, i can not guarantee what the system do activtion.
You can try same with tablet: https://together.jolla.com/question/129080/jolla-tablet-android-support-language-problem/
coderus ( 2017-09-12 10:08:10 +0200 )editDear! i try to do. But, Change is nothing. I used OS ver 2.1.0.11
FromKorea ( 2017-09-12 13:29:05 +0200 )editedit /opt/alien/system/build.prop
Moo-Crumpus ( 2017-09-12 14:34:50 +0200 )editMy trial : 1.edit /opt/alien/system/build.prop ->no change 2.edit /opt/alien/system_jolla/build.prop -> no change 3. Cmd windows #setprop persist.sys.language [code] // en, fr,de #setprop persist.sys.country [code[] // US,FR,DE -> reboot -> no change Confirmly, Variable is changed , but Change is nothing As i see files's content need to change under /opt/alien/data/property/
persist.sys.country / persist.sys.language <--Auto generate file
In result, i can't find out soultion, yet
FromKorea ( 2017-09-12 15:28:22 +0200 )edit