Skip to content

Commit

Permalink
Update global locale when switching language during form session
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Dec 5, 2024
1 parent 078f4c3 commit 4b90b5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ public void setIsAtFirstIndex(boolean isAtFirstIndex) {
public void changeLocale(String locale) {
session.setInitLang(locale);
formEntryController.setLanguage(locale);
Localization.setLocale(locale);
updateFormTitle();
}

Expand Down

0 comments on commit 4b90b5b

Please sign in to comment.