I want to make specified message dialog in c# windows phone 8.1 but i don't know how to change the button text Please help me!
I used this code :
MessageItem kiirat = DataHandler.DeserializeRespMessage(resp);
MessageDialog msgbox = new MessageDialog(kiirat.Text.ToString());
await msgbox.ShowAsync();
but the button text is close, how to change it a same one?