How can I get the languages installed in the language manager in joomla, as I know the following:
-
getLocal() give for local machine language am not get the language installed in the application
-
getname() , getTag() give you the current language name / tag
This code returns the current language…
By using the below query you can get all the languages installed in Joomla.
If you installed any languages in joomla it will stored to #__extensions table with params. So you can get all the installed languages from the below query…