Click or drag to resize

LocalisationServiceMergeLocalisationData Method

Merge new localisation data into the current locale data table. Note: If the locale is changed, you will loose all these entries and you would need to add them again.

Namespace:  ImmerseSDK.Localisation
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void MergeLocalisationData(
	Dictionary<string, string> localisationData
)

Parameters

localisationData
Type: System.Collections.GenericDictionaryString, String
See Also