The current WP versions expose interface for this and store locale in WPLANG
option. Depending on your tools you could set it up during your spin up process (for example with WP CLI).
Older version used WPLANG
constant in wp-config.php
. I think it should still work on a fresh install (if you don’t have option set up) so you could include it in whatever process you use to write wp-config.php
.
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
- 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
- wp language changed after upgrading to centos 5.8
- 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
- Change language by clicking a button
- Override default WordPress core translation
- How to get a translated string from a language other than the current one?
- How to prevent Composer dependency conflicts amongst WP plugins?
- How can I uninstall a language?
- How do I change the value of lang=en-US
- Why include a composer.json file with my plugin?
- Using composer for dependency management in plugindevelopment
- How to set locale in ajax requests?
- Translate content, not instance, per-post
- Change content language for one page
- Setting the language of RSS feed
- Filter the URL of next_posts_link & previous_posts_link
- How to use load_plugin_textdomain from within a theme
- Language Translation is not working?
- How to use both British and American English?
- How to reload wordpress textdomains at runtime
- Woocomerce language
- WordPress theme with frontend in different language than backend?
- html lang=”” instead of lang=”en-us” – why?
- 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
- How to make the front-end RTL without changing the admin panel language?
- Locale switching with a “language” taxonomy
- How to put a Worpdpress theme in spanish (having the po file)?
- Translate emails into the language of the user
- WordPress composer issues
- How to set different languages for front-end and back-end
- How to override default WordPress core language file
- WordPress change Language not working
- Plugin directory says that my plugin it’s not availabe in Spanish, but it is
- Switch site language to en_ZA
- How to send language string in email message body
- Use Composer Package inside class – Namespacing error
- composer not working on my plugin when i upload it to my website
- Plugin development and composer
- Do translation functions like __e() have to take strings in English in themes?
- How to setup language of a date in a plugin
- Composer setup-config.php not found
- Changing interface language without multisite
- permalink error when modifying sanitize_title_with_dashes function
- Change “published by”
- Remember language choice on multisite website
- I have English words in Kurdish pages
- How to translate wordpress blog to other languages?
- WPML – Hook when language is switched (change user language)
- local wordpress multisite not working on AWS development server “error establishing database connection”
- Getting Turkish alphabet characters in the URL field in webbrowser
- Language file doesn’t work (poeedit)
- Conditionally change WordPress core language
- How can I specify the plugin language in WordPress?
- Search terms in other language turns out to question mark and symbols
- Theme isn’t multilanguage ready. How can i still add a second language to the site?
- Is it wrong to use the English version of WordPress to server a site in a different language?
- Multilingual WordPress page – using URL to determine language?
- Having problem in using wordpress with an other language
- how to change only the language of dashboard [duplicate]
- What is the best option to convert my WordPress website to French Language?
- WordPress Site in Multiple Languages
- Composer fails to download PHP Codesniffer to plugin
- GTranslate Plugin – Showing Different Codes With if-else
- Hindi content automatically converting to unreadable language?
- How to dynamically change the locale?
- RTL in posts only [closed]
- Is there any performance difference between duplicating composer packages among multiple plugins and not doing it? How can I avoid it?
- How to add a php package to an existing wordpress website
- How do I package and distribute my WordPress plugin via git?