10-26-2021, 06:02 PM
Hi all,
I have a question about provisioning a custom languagefile.
I have made a custom languagefile. When i provision the file using gui_lang.url i see the new language in the menu and i can choose it. Perfect! but now i want to also change the gui language as soon as the new languagefile has been uploaded.
I made a test.cfg and uploaded it via the webgui to the phone:
#!version:1.0.0.1
lang.gui = Cloudaware
gui_lang.url = <provisioningurl>/lang-Cloudaware.txt
static.auto_provision.server.url=<someotherurl>
And that works. The language gets uploaded to the phone, the language is changed and the auto provisioning url is also changed.
Now i put this test.cfg on my provisioning server and i change the provisioning url to that file: <provisioningurl>/test.cfg
I can see in the Apache serverlog that the file gets downloaded. On the phone i see the new language is AVAILABLE in the menu, but unlike when i import the config, the language is not actually changed to this new language. The new autoprovisioning url does get applied, so i am sure the configuration file gets applied on the phone. It is just that when remotely provisioning "lang.gui" is not applied. Does anybody have an idea of what may be the issue here?
I have a question about provisioning a custom languagefile.
I have made a custom languagefile. When i provision the file using gui_lang.url i see the new language in the menu and i can choose it. Perfect! but now i want to also change the gui language as soon as the new languagefile has been uploaded.
I made a test.cfg and uploaded it via the webgui to the phone:
#!version:1.0.0.1
lang.gui = Cloudaware
gui_lang.url = <provisioningurl>/lang-Cloudaware.txt
static.auto_provision.server.url=<someotherurl>
And that works. The language gets uploaded to the phone, the language is changed and the auto provisioning url is also changed.
Now i put this test.cfg on my provisioning server and i change the provisioning url to that file: <provisioningurl>/test.cfg
I can see in the Apache serverlog that the file gets downloaded. On the phone i see the new language is AVAILABLE in the menu, but unlike when i import the config, the language is not actually changed to this new language. The new autoprovisioning url does get applied, so i am sure the configuration file gets applied on the phone. It is just that when remotely provisioning "lang.gui" is not applied. Does anybody have an idea of what may be the issue here?