On this pageTextLabel.unlocalizedTextpublic string unlocalizedText { get; }CopyDescription#Text supplied without localization.Usage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TextLabel target) { string result = target.unlocalizedText; } }Copy