Trying to develop a multi language application on v5.
Understand setting the default lang, and its texts, translate system or form's texts etc.
Even can change the form's lang by
Code: Select all
form.language = "ES";
But how to make this change stable, as soon as that session lasts ? I mean think of if a application; when logging in you choose your language, and when entered the password and entered, that language stays set.
I am asking if there is a good way that system supported ?
Thanks for all comments, [/code]