On this pageTMP_LocalizedText.Textpublic string Text { get; set; }CopyDescription#Get localized text or Set raw text to be localizedUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TMP_LocalizedText target) { string result = target.Text; } }Copy