UNPKG

@ngneat/transloco

Version:

The internationalization (i18n) library for Angular

9 lines (8 loc) 270 B
/** * 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;