- service in module ng
$locale service provides localization rules for various Angular components. As of right now the only public api is:
-
idâ{string}â locale id formatted aslanguageId-countryId(e.g.en-us)
$locale service provides localization rules for various Angular components. As of right now the only public api is:
id â {string} â locale id formatted as languageId-countryId (e.g. en-us)
Please login to continue.