Click or drag to resize

App_customLocalisationFileSetPath Field

A custom localisation path to a set of localisation files to load for your application. These are TSV files with named text keys and localised text in. The SDK will attempt to load the current locale and platform variations from this file.

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[UnityEngine.SerializeField]
[ReadOnlyWhenPlayingAttribute]
private string _customLocalisationFileSetPath

Field Value

Type: String
See Also