How can I change the default language?
How can I use the export file?
The only way to do this in WebIQ 1.10 is changing a json file.
{
"default": "de-DE",
"locales": {
"de-DE": {
"label": "Deutsch",
"region": "DE",
"keyboard": "de"
},
"en-GB": {
"label": "English",
"region": "GB",
"keyboard": "us"
}
},
// end of file not shown here
Question:
I added a new language and exported it. The file (csv and json) only contains the localization variables, but I need the texts of my default language to be able to translate it.
Workaround:
In WebIQ 1.10 there is no way to create a export file with multiple languages. But you can do it by yourself.