Files
faveo/public/lb-faveo/js/languagechanger.js
Manish Verma 3b76605892 Language update
Added different level of language preference functionaloty which can be
set from the new option in top navigation bar
Lanaguage preference can be set as
* System language (Default for all users)
* Session based   (User who are not logged in and want to see they
system in language of their choice can set their preference in browser
session)
* User lever (for authenticated users who have updated their language
preference, system will change into their selected language when they
log into the system)
2018-08-08 15:37:25 +05:30

4 lines
75 B
JavaScript
Vendored

function changeLang(lang) {
location.href = "swtich-language/"+lang;
}