All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.locale.getLocale.d.ts Maven / Gradle / Ivy

import Locale from "./Locale.js";
/**
 * Returns the locale based on the parameter or configured language Configuration#getLanguage
 * If no language has been configured - a new locale based on browser language is returned
 */
declare const getLocale: (lang?: string) => Locale;
export default getLocale;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy