Change frontend and backend language
-
How t change locale for Front-end and Back-end for multisite.
for eg. set locale to Germany for front end and English for DashboardFor admin locale
In general Setting set default language to : English (en_US) as for EnglishIn function.php (I am using child theme)
add_filter('locale', 'set_frontend_locale'); function set_frontend_locale($locale) { return 'de_DE'; }Hope this will work for you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Change frontend and backend language’ is closed to new replies.