The WordPress locale depends on the WPLANG
flag, this is found in your wp-config.php
file, try to check there, that it’s indeed set to Spanish.
WordPress does not try to get the system locale in any way, and depends on either the WPLANG
option or definition as stated above. However, there is a locale
filter that can be hooked to by other plugins which can set locale based on system locale. Search throughout your codebase for hooks to ‘locale’ to identify whether any plugin hijacked the locale or not. Alternatively disable all plugins and check again.
grep -rni 'add_filter' * | grep -rni 'locale' --color
Related Posts:
- Uninstall languages
- Can I change my language to English?
- change only the theme language
- Theme’s text domain & language.PO file not working
- Install wordpress using composer in a specific language
- how to modify language in a child theme
- WordPress native thickbox language
- Creating a WP site in Cyrillic
- Hebrew Characters Have gone bad
- Can I use two languages together in WordPress
- Why my wordpress admin panel shows only English Language in setting?
- Adding Language Switcher in header , WP
- What programming language should I study to know WordPress very well?
- The option to change site language isn’t available
- My website change automatically lenguage in wordpress [closed]
- Unable to change default language in wordpress – it changes texts to my language, but default value remains en_US
- POLYLANG: Hide current language
- How can i auto translate titles from any language to english?
- Unicode Problem
- Is it possible to convert wordpress language files .mo to .po (and vice versa) in windows? [closed]
- How to Fix Mangled Thai Characters
- How do I fix errors regarding the language markup of my webpage?
- How to change frontend language only
- What coding language to use?
- Japanese content on english page?
- Theme RTL semi work but with “?rtl=1” fully work
- Language Pack not working
- How to change strings in the theme/core?
- qTranslate: Two languages on the same exact page
- How to identify WordPress language updates?
- WordPress language problem
- Spanish site, some words translation still in English
- WordPress uses en_US by default instead of en-US for html lang
- WordPress Language Settings will not work for BBPress
- Can’t change language (only “English (United States)”)
- HTML inside __() or _e() language translation string
- Change language by clicking a button
- Override default WordPress core translation
- Change page template programmatically ?
- How to change the language for the front-end only?
- Rewrite Rule for Multilingual Website, Like qTranslate?
- How to get a translated string from a language other than the current one?
- How to keep plugin translations after updates?
- How can I uninstall a language?
- How do I change the value of lang=en-US
- How do I change the language of only the login page?
- Different back-end language for different users?
- Changing the language of a single page
- Edit plugin without hooks in functions.php
- How do I override a parent theme’s language files with a child theme?
- Add language/country code to each possible URL
- Getting a blog language (site “lang_id” field vs the WPLANG setting)
- How to set locale in ajax requests?
- URL to download latest version of WP for other languages than English
- What is the difference between the Package Language and the Site Language?
- Translate content, not instance, per-post
- Change content language for one page
- Setting the language of RSS feed
- `wp_set_script_translations` with `wp.i18n` does not return translated strings in simple plugin
- How to write Hebrew characters?
- How to change language file used by _e function
- How to trigger the core WPLANG to make automatically set a language when the theme is activated? [duplicate]
- WordPress admin not changing language
- Filter the URL of next_posts_link & previous_posts_link
- How to use load_plugin_textdomain from within a theme
- Multisite use language code as subdirectory
- Why load_textdomain work but not load_plugin_textdomain?
- Language Translation is not working?
- How to find a language direction?
- Is it possible to set another language for debugging messages?
- allow arabic letters when register new account
- How to have english digits in some posts with an rtl WordPress theme
- Prevent WordPress updates from overriding custom language translations?
- Is it possible to check is loaded language files correctly with WordPress plugin?
- How to use both British and American English?
- How to change the language of the ‘Reset Password’ page
- WordPress language switcher
- Make changes to translation?
- Overwrite default WordPress wording
- How to reload wordpress textdomains at runtime
- Woocomerce language
- Is there any workaround to a core update still showing after core update if language set to anything other than US English
- Prevent wordpress from updating language files
- How can I customize the upload error message in WordPress?
- WordPress theme with frontend in different language than backend?
- Where is the right .mo file inside the language repository?
- setlocale for date
- How to set a custom title per language?
- html lang=”” instead of lang=”en-us” – why?
- Possible to add a language file to a plugin without adding .po/.mo files to plugin directory?
- Is it possible to set a different frontend- and backend-language?
- ‘Trick’ a plugin (WP-Members) to think the blog language has changed for a single page
- load_theme_textdomain path
- Simple way to get two language WP site
- Adding text in more than one language (at the same time)
- variables in translatable text
- Were the language toggles removed from WP recently?
- How to make the front-end RTL without changing the admin panel language?
- Change the backend language of a single plugin
- X-Axis of Site is Messed Up Because it is in Hebrew