Created
March 15, 2018 01:16
-
-
Save ChrisFlannagan/423cb29c9ffe9a55baa2e955add81ba6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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