This is a migrated thread and some comments may be shown as answers.

How to localize messagebox buttons for AppReminder?

1 Answer 64 Views
TrialFeatureReminder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
beavisCZ
Top achievements
Rank 1
beavisCZ asked on 20 Aug 2013, 04:33 PM
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? 


            App.TrialReminder.TrialExpiredMessageBoxInfo = new MessageBoxInfoModel()
            {
                Title = AppResources.TrialExpiredTitle,
                Content = AppResources.TrialExpiredContent,
                Buttons = MessageBoxButtons.YesNo
            };
            App.TrialReminder.Notify();

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 22 Aug 2013, 08:12 AM
Hi Martin,

Thank you for your question.

In order to localize the MessageBox buttons, you can use one of the localization mechanizms as explained here. You can find the names of the strings that are used by RadMessageBox in this article.

If you need further assistance, don't hesitate to write us back.
 
Regards,
Todor
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TrialFeatureReminder
Asked by
beavisCZ
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or