Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: determine_locale() | Determine the current locale desired for the request. | 
| wp-includes/class-wp-locale-switcher.php: WP_Locale_Switcher::change_locale() | Changes the site’s locale to the given one. | 
| wp-includes/class-wp-locale-switcher.php: switch_locale | Fires when the locale is switched. | 
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |