getLocalizedString
getLocalizedString: (key: string) => string | undefined
Localization function to localize data returned by presentation manager when it's used directly on the backend (as opposed to when used through RPC, where data is localized on the frontend). Defaults to English localization.
@see Localization
Defined in
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.