Hello,
Upon entering the first time the entire interface was in English. Can I change the default value for this parameter? If so, how this can be done?
P.S. I use Bonita version 7.1. 0
Hello,
Upon entering the first time the entire interface was in English. Can I change the default value for this parameter? If so, how this can be done?
P.S. I use Bonita version 7.1. 0
Hi,
There is no specific setting that force the locale however, there is an easy workaround to that.
You can create an index.html
page in another web app that will redirect users to the Bonita Portal login page with an extra parameter to force the language.
For example, this URL will set the language to French:
http://localhost:8080/bonita/login.jsp?_l=fr
Hope this helps,