We'll create fresh WordPress site with Donden Gaeshi – Name Order Changer for WooCommerce installed. You have 20 minutes to test the plugin after that site we'll be deleted.
In some locales, last_name preceded first_name.
ja
zh_*
ko
mn
vi
hu_HU
If current user locale is in the list above, name fields in WooCommerce will be swapped with this plugin.
This plugin does nothing but changing name field’s order. You don’t have to care about side effects.
Currently fixes…
You can change locales with filter.
add_filter( 'donden_swappable_lang_list', function( $langs ) { // Add lang th. $langs[] = 'th'; return $langs } );