@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 CHANGED
@@ -973,6 +973,8 @@ var LocalizationService = {
973
973
  locale: locale,
974
974
  tenantId: tenantId
975
975
  });
976
+ localStorage.setItem("Employee.locale", locale);
977
+ localStorage.setItem("Citizen.locale", locale);
976
978
  Digit.SessionStorage.set("locale", locale);
977
979
  i18next.changeLanguage(locale);
978
980
  },