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 123
Last Updated: 20 June, 2023