getLocalizedKeys Method
Replace all instances of %{key}
within a string with the translations of those keys.
For example:
getLocalizedKeys(inputString: string): string
Parameter | Type | Description |
---|---|---|
inputString | string |
Returns - string
Defined in
- core/common/src/Localization.ts Line 131
Last Updated: 19 March, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.