| LocalisationServiceGetLocalisedTextFormatted 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 string GetLocalisedTextFormatted(
string namedTextKey,
params Object[] args
)
Parameters
- namedTextKey
- Type: SystemString
- args
- Type: SystemObject
Optional arguments for formatting
Return Value
Type:
StringSee Also