Click or drag to resize

LocalisationServiceGetLocalisedText 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 string GetLocalisedText(
	string namedTextKey
)

Parameters

namedTextKey
Type: SystemString

Return Value

Type: String
See Also