Skip to content

Instantly share code, notes, and snippets.

@ChrisFlannagan
Created March 15, 2018 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisFlannagan/423cb29c9ffe9a55baa2e955add81ba6 to your computer and use it in GitHub Desktop.
Save ChrisFlannagan/423cb29c9ffe9a55baa2e955add81ba6 to your computer and use it in GitHub Desktop.
<?php
unload_textdomain( 'woocommerce' );
WC()->countries->states = null;
WC()->countries->load_country_states();
$formatted_address = WC()->countries->get_formatted_address( $address );
WC()->load_plugin_textdomain();
WC()->countries->load_country_states();
//$formatted_address was now in English!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment