Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UI Options
-
Labels:
Description
When the locale is changed in UIO, the Table of Contents header and template values are not currently updated. These should also be reloaded and re-rendered, if applicable.
Previous hacky code from the uioMultilingualDemo grade of the Storytelling Tool:
var tocHeaders = { "en": "Table of Contents", "es": "Tabla de contenido" }; // Set the Toc Header String uioComponent.options.multilingualSettings.tocHeader = tocHeaders[uioComponent.model.locale]; // Set the language on the body
Attachments
Issue Links
- relates to
-
FLUID-6300 Implement client-side rerender of UIO based on locale changes
-
- Resolved
-
-
FLUID-6323 Update text direction with UIO locale change
-
- Reopened
-