Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1280
Localizable MessageBox
posted

Hello everybody,

I am new to WPF, I've been working on Infragistics products for Windows Forms and now I am trying to build from scratch a new app with WPF.

I am having troubles with localization for MessageBox. In WinForms, I used MessageBoxManager, using resCustomizer to customize (in my case, localize) messageBox buttons.

Is there a way to achieve the same goal with an Infragistics WPF control? 

I took a look at this post: http://ko.infragistics.com/community/forums/p/91165/450498.aspx#450498

But I am not sure it fits my needs. I need a window with same functionality (and appeal) of a messagebox (icon, buttons, message, header, etc.)

Thanks in advance

Valentina

Parents
  • 1530
    posted

    Hi Valentina,

    You can try using our XamDialogWindow for that purpose and create own Message Box dialog which can be fully localized and retemplated as you wish. You can review our sample in the Samples Browser XamDialogDialog -> Display -> Showing the Dialog which demonstrates how to do that or review my sample application that I have attached as well.

    If you have further questions do not hesitate to ask.

    Sincerely,
    Teodor Tenev
    Software Developer

    DialogWindow_MessageBox.zip
Reply Children