UNPKG

@lion/localize

Version:

The localization system helps to manage localization data split into locales and automate its loading

8 lines (7 loc) 184 B
/** * Gets the locale to use * * @param {string} [locale] Locale to override browser locale * @returns {string} */ export function getLocale(locale?: string | undefined): string;