| LocalisationServiceTryGetLocalisedTextFormatted Method |
Returns a localised version of the text key passed in
Namespace:
ImmerseSDK.Localisation
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public bool TryGetLocalisedTextFormatted(
string namedTextKey,
out string localisedText,
params Object[] args
)
Parameters
- namedTextKey
- Type: SystemString
- localisedText
- Type: SystemString
- args
- Type: SystemObject
Optional arguments for formatting
Return Value
Type:
BooleanSee Also