getLocale
The getLocale function returns the current locale code. For more details, see 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. See Supported Languages for the full list of supported locales.
On this page