@egovernments/digit-ui-libraries 1.5.0-beta.2 → 1.5.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -970,6 +970,8 @@ var LocalizationService = {
|
|
|
970
970
|
locale: locale,
|
|
971
971
|
tenantId: tenantId
|
|
972
972
|
});
|
|
973
|
+
localStorage.setItem("Employee.locale", locale);
|
|
974
|
+
localStorage.setItem("Citizen.locale", locale);
|
|
973
975
|
Digit.SessionStorage.set("locale", locale);
|
|
974
976
|
i18next.changeLanguage(locale);
|
|
975
977
|
},
|