You can just one URL with pre-selected language. Like this:
Could you tell me what file or which database to modify or set as the pre-selected language?
Regard,
Sounay
I guess this is the file you are looking for:
https://github.com/tananaev/traccar/blob/master/web/locale.js
HI Anton,
I changed it to
if (!(Locale.language in Locale.languages)) {
Locale.language = 'lo'; // default
}
and rebooted the server, but the default language was not effected.
Regards,
Souna
I guess that's because it uses your browser's language by default. Look carefully through the code.
Hi,
How do we set to our own default language instead of English in Traccar server?
Regards,
Sounay