Change the order of first_name and last_name in WooCommerce depends on user locale.
As of April 2026, Donden Gaeshi is a WordPress i18n plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.3K+ times in total. Requires WordPress 5.0+ and PHP 7.0+. Available on WordPress.org since 2019. Last updated 6 years ago — may have compatibility concerns. Top alternative: Loco Translate.
In some locales, last_name preceded first_name.
jazh_*komnvihu_HUIf 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
} );
| WordPress | 5.0+ requiredTested up to 5.2.24 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.