We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17955e commit 1c310d3Copy full SHA for 1c310d3
src/i18n/LanguageManager.js
@@ -90,4 +90,10 @@ export async function changeUserSessionLanguage(languageCode) {
90
} catch (error) {
91
logError(error);
92
}
93
+
94
+ // Force page reload to ensure complete translation application.
95
+ // While some translations update via the publish event, many sections
96
+ // of the platform are not configured to receive these events or
97
+ // handle translations dynamically, requiring a full reload for consistency.
98
+ window.location.reload();
99
0 commit comments