This plugin is outdated and might not be supported anymore
Donden Gaeshi – Name Order Changer for WooCommerce

Donden Gaeshi – Name Order Changer for WooCommerce

Details
View on WordPress

In some locales, last_name preceded first_name.

  • Japanese ja
  • Chinese zh_*
  • Korean ko
  • Mongolian mn
  • Vietnamese vi
  • Hungarian 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…

  • My Account
  • Billing Address & Shipping Address
  • Order Email
  • Default display name and full name

Customization

You can change locales with filter.

add_filter( 'donden_swappable_lang_list', function( $langs ) {
    // Add lang th.
    $langs[] = 'th';
    return $langs
} );

Details

Plugin code:
donden-gaeshi
Plugin version:
0.1.4
Outdated:
Yes
WP version:
5.0 or higher
PHP version:
7.0 or higher
Test up to WP version:
5.2.21
Total installations:
0
Last updated:
2019-06-28
Rating:
Times rated:
0
display_name
i18n
l10n
localization
woocommerce