We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fca2f commit f0814f7Copy full SHA for f0814f7
1 file changed
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