transloco
transloco copied to clipboard
@transloco/locale Feature: Get default locale
Is your feature request related to a problem? Please describe.
I would like to get the default locale? In Transloco there is a function for that:
translocoService.setActiveLang(getBrowserLang() || translocoService.getDefaultLang());
translocoLocaleService.setLocale(getBrowserCultureLang() || translocoLocaleService.getDefaultLang()); // <-- ???
Describe the solution you'd like
Implement .getDefaultLang()
to be on par with Transloco.
@MickL would you like to create a pr for that?
I dont have the knowledge for that