This question is locked. New answers and comments are not allowed.
Hi,
I have this code for TrialReminder usage....
I use AppResources for localisation, but I cannot localise MessageBoxButtons. If I use other language than English, I still get Yes/No buttons. Is there any way to localize them also?
I have this code for TrialReminder usage....
I use AppResources for localisation, but I cannot localise MessageBoxButtons. If I use other language than English, I still get Yes/No buttons. Is there any way to localize them also?
App.TrialReminder.TrialExpiredMessageBoxInfo = new MessageBoxInfoModel() { Title = AppResources.TrialExpiredTitle, Content = AppResources.TrialExpiredContent, Buttons = MessageBoxButtons.YesNo }; App.TrialReminder.Notify();