@gip-recia/esco-content-menu-lit
Version:
Web component to display into eyebrow menu a user information menu with profile picture and more.
10 lines • 399 B
TypeScript
export default class langHelper {
private static locale;
private static reference;
static setLocale(lang: string): void;
static setReference(ref: LangRef[]): void;
static getBrowserLocales(options?: {}): string[];
static getPageLang(options?: {}): string;
static localTransation(stringId: string, defaultString: string): string;
}
//# sourceMappingURL=langHelper.d.ts.map