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