On this pageCommandButton.textpublic string text { get; set; }CopyDescription#Get/Set control text. If localize is selected text will automatically be localized.Usage#sampleObject.text = "Button Text";Copy