Skip to content

Query About label shown in frontstages #1205

Answered by bsteinbk
hsanand61564 asked this question in Q&A
Discussion options

You must be logged in to vote

The text that is being displayed are keys to look up localized strings. Since the keys are displayed, this means that the app is either not delivering the localized strings, typically under the locales folder, or the localization is not being properly initialized. See https://github.com/imodeljs/itwin-viewer/blob/6a053db816563d7e48a71351f37a0a1effd6feb2/packages/modules/itwin-viewer-react/src/services/Initializer.ts#L245-L246 to see an example of how to initialize the localization. You can also review the network tab in the Chrome debugger to see if files like UiFramework.json are being requested and to see if the response contains actual JSON data.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hsanand61564
Comment options

@aruniverse
Comment options

@calebmshafer
Comment options

Answer selected by calebmshafer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants