| LocalisationServiceIsTestingLocalisation Property |
Set this to true if you are testing the localisation in the app. This is cause all localised text to be replaced by "TEST". This allows you to very quickly see where there is text that is not localised.
Namespace:
ImmerseSDK.Localisation
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax public bool IsTestingLocalisation { get; set; }
Property Value
Type:
BooleanSee Also