Click or drag to resize

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
C#
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: Boolean
See Also