| 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.5.0.0 (3.5.0.0)
Syntax 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:
BooleanSee Also