Click or drag to resize

LocalisationServiceChangeLocale Method

Change the current locale to the new specified one.

Namespace:  ImmerseSDK.Localisation
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool ChangeLocale(
	LanguageIdentifier newLocale
)

Parameters

newLocale
Type: ImmerseSDK.LocalisationLanguageIdentifier

Return Value

Type: Boolean
See Also