To test the German resources (*.de.resx) in my application I have inserted the following at Application_Startup:
Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("de-DE");
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("de-DE");
That works until I drop down the QAT. There I get:
Customize Quick Access Toolbar
(My german commands e.g. Suchen)
More Commands...
Show Below the Ribbon
Minimize the Ribbon
What do I have to do to get the Actipro text in German?
[Modified at 10/11/2011 02:04 PM]
Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("de-DE");
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("de-DE");
That works until I drop down the QAT. There I get:
Customize Quick Access Toolbar
(My german commands e.g. Suchen)
More Commands...
Show Below the Ribbon
Minimize the Ribbon
What do I have to do to get the Actipro text in German?
[Modified at 10/11/2011 02:04 PM]