Page 1 of 1

Add language setting

Posted: Tue Sep 13, 2022 12:32 am
by Rio achmad
hi everyone.

thank you for the response, I have used this application for quite a long time and it really helps my work, but there are some problems with my friend's cellphone, when installing this application the language settings become Arabic,

my suggestion is to add settings to the settings menu to select the language according to the user's wishes, this setting helps when there is such a problem

Re: Add language setting

Posted: Tue Sep 13, 2022 2:51 pm
by Psyberia-Support
Hi Rio,
The application uses the language of the device (if available, otherwise English).
If you want to have the app in a different language than the app, you can open the file called "user_settings.conf" in the application folder (it already exists and is empty by default) with any Android text file editor.
Add this line:

Code: Select all

core.locale=en
You can use any these languages code instead of 'en': ar, bg, de, en, es, fr, it, ja, ko, lt, nl, pt, ro, ru, sk, sl, tr, uk, zh, zh-rTW

Re: Add language setting

Posted: Tue Sep 13, 2022 10:22 pm
by Rio achmad
thank you for responding to my request. adding settings I think will make it easier for users to choose a language. Thank you in advance

Re: Add language setting

Posted: Sun Sep 18, 2022 10:30 pm
by Psyberia-Support
Have you tried the setting given above?
I know it's a bit more complicated than a regular setting but this is only used by a few users...