localizedTitle
Home > @gooddata/sdk-model > IPluggableApplicationMetaV1 > localizedTitle
IPluggableApplicationMetaV1.localizedTitle property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Optional localized titles map keyed by supported locale.
It is used in the Application Header to display a localized name of the application. Each application has its own locale bundle, but it can't be used to store the localized name of the application. The application bundle is loaded and parsed only after the user clicks on the application link.
Signature:
localizedTitle?: LocalizedTitle;