Mehmet Emin Posted May 5, 2020 Posted May 5, 2020 Hi, I set both ExtLocale in ServerModule and MainModule to Italian (it) still the mobile app show those message dialogs in English. I am using touch material theme. Do I need to alter any other setting? Thanks in advance
Mehmet Emin Posted May 5, 2020 Author Posted May 5, 2020 This is my generated page by uniGUI. Url to correct resource is generated with correct language but it does not help at all. <!DOCTYPE HTML> <html lang="it"> <head> .......... <link rel=stylesheet href="/m/ext-7.0.0/build/modern/theme-material/resources/theme-material-all.css" /> <link rel=stylesheet href="/m/unim-1.90.0.1531/css/uni-ext.css" /> <script src="/m/ext-7.0.0/build/ext-modern-all.js"></script> <script src="/m/ext-7.0.0/build/modern/theme-material/theme-material.js"></script> <script src="/m/uni-1.90.0.1531/ext-unicommon-min.js"></script> <script src="/m/uni-1.90.0.1531/ext-sync-min.js"></script> <script src="/m/ext-7.0.0/build/classic/locale/locale-it.js"></script>
Mehmet Emin Posted May 7, 2020 Author Posted May 7, 2020 UniMainModule ExtLocale is already set to a different locale then [Auto] but the dialog is in English. I am making a mistake somewhere. How do you change the locale other than UniServerModule and UniMainModule ExtLocale? Thanks
jzuluaga Posted August 13, 2025 Posted August 13, 2025 did you found a solution to change the locale at runtime ?
Sherzod Posted August 13, 2025 Posted August 13, 2025 31 minutes ago, jzuluaga said: did you found a solution to change the locale at runtime ? These posts may help you:
Recommended Posts