Click or drag to resize

LocalisationServiceLoadCustomLocalisationFiles Method

Loads a set of custom localisation TSV files from a resource location.

Namespace:  ImmerseSDK.Localisation
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool LoadCustomLocalisationFiles(
	string relativePartialPath
)

Parameters

relativePartialPath
Type: SystemString
relative path in the Resources folder. This path is a partial path and filename (without extension) that will be modified with locale and optional platform variations.

Return Value

Type: Boolean
See Also