Tagged Questions
0
votes
0answers
11 views
Customizing existing translation
We'd like to customize some language strings for our Wordpress installation.
The goal is not one of translation but of customization; we want to use vocabulary which is already in use within the ...
3
votes
2answers
279 views
Localization: I want the backend: english and frontend in defined language
I'd like to have the backend of Wordpress in English and use a different locale for the frontend
so far I figure out perhaps I could do it by setting in the wpconfig the locale I want to use in the ...
1
vote
1answer
376 views
Wordpress Locale Switching on Accept-Language Header
Is there anyway to get wordpress to automatically switch locales based on the HTTP Accept-Language header?
Similar to how ASP.NET can do it with their globalization="auto" config setting. The reason ...