UNPKG

@jsverse/transloco

Version:

The internationalization (i18n) library for Angular

10 lines (9 loc) 316 B
export declare function isBrowser(): boolean; /** * Returns the language code name from the browser, e.g. "en" */ export declare function getBrowserLang(): string | undefined; /** * Returns the culture language code name from the browser, e.g. "en-US" */ export declare function getBrowserCultureLang(): string;