In a network install there is a language setting which will let the super admin user install a language from a list of available languages.
How can I get a list of the installed languages? For example, en_US, hi_IN, hu_HU, ja
In a network install there is a language setting which will let the super admin user install a language from a list of available languages.
How can I get a list of the installed languages? For example, en_US, hi_IN, hu_HU, ja
Share Improve this question asked Oct 2, 2020 at 18:06 henrywrighthenrywright 3,1076 gold badges39 silver badges65 bronze badges1 Answer
Reset to default 0That's get_available_languages():
Get all available languages based on the presence of *.mo files in a given directory.