Hi. I have some modules in Joomla which always show in original language because they show by the javascript. I can change in this javascript code string `var lang="ru"` to `var lang="en"` but how could I know which language is chosen by the user? Is there come global variable in php code which can get the chosen langueage?
Thanks. Sorry for my weak English.