Search code examples
c#wpfvisual-studiocultureinfocurrentuiculture

WPF Design Time Application Culture


We are developing a localized English/Arabic application, and I need to set the System.Threading.Thread.CurrentThread.CurrentUiCulture to either of both cultures during design time to a different value than the value set at run time.

How can I accomplish this?

Thanks in advance.


Solution

  • The designer uses the current culture of your Windows session. Change the culture in your Windows setting.