getLocale
The getLocale
function is used to get the current locale code. For more details, refer to Localization.
Usage
Import the function:
import { getLocale } from 'mdui/functions/getLocale.js';
Example:
// Get the current locale code
getLocale();
API
getLocale(): LocaleCode
This function returns a locale code. Refer to Supported Languages for a list of locale codes.
On this page