Changing locale from en_US to en_AU
-
The site is https://www.trainsem.com/
I have edited wp-config.php and uploaded the en_AU.mo file after renaming it from en_GB.mo.
The top part of the page code looks like it has picked up the locale as Australia:
<!DOCTYPE html>
<!–[if IE 7]>
<html class=”ie ie7″ lang=”en-AU” prefix=”og: https://ogp.me/ns#”>
<![endif]–>
<!–[if IE 8]>
<html class=”ie ie8″ lang=”en-AU” prefix=”og: https://ogp.me/ns#”>
<![endif]–>
<!–[if !(IE 7) | !(IE 8) ]><!–>
<html lang=”en-AU” prefix=”og: https://ogp.me/ns#”>However, the Yoast SEO plugin v1.4.13 part of the code hasn’t changed:
<meta property=’og:locale’ content=’en_US’/>
What is causing this and how to fix it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing locale from en_US to en_AU’ is closed to new replies.