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
295
Change language on the fly
posted

Hello,

I would like to know if there is a way to change the UI language of Infragistics WPF Controls on the fly.

I set this two value, but all visual infragistics control does not refresh, I have to close them and reopen them to have the new language.

Thread.CurrentThread.CurrentCulture
Thread.CurrentThread.CurrentUICulture

Thanks in advance for you help

Regards

Parents
No Data
Reply
  • 34510
    Offline posted

    Hello tigroux32,

    Have you tried setting the control's Language property?  I just tested this with a XamDataGrid on a button press and it appeared to work.  (xamDataGrid1.Language = XmlLanguage.GetLanguage("de-DE"))

    Could you give me a list of the Infragistics controls you are using?

Children