Click or drag to resize

LocaliseTextSetTextName Method

Set a new text name for this component to use. The component will immediately be localised after calling this.

Namespace:  ImmerseSDK.Localisation
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void SetTextName(
	string newTextName
)

Parameters

newTextName
Type: SystemString
See Also