Language of context menu of ribbon bar of designer does not change

Stimulsoft Reports.NET discussion
Post Reply
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Language of context menu of ribbon bar of designer does not change

Post by munich »

Hello,

I change the language of the designer in GlobalEvents.LoadedDesigner by:

Code: Select all

StiDesignerControl desControl = sender as StiDesignerControl;
if (desControl != null)
{
   StiMainMenuService mainMenuService = StiMainMenuService.GetService(desControl);
   mainMenuService.SetLocalization("de.xml");
}
I open the desinger via stiReport.Design() method.

The designer appears in German, but the context menu of the ribbon bar still appears in English.

What did I do wrong?

Regards
munich
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Language of context menu of ribbon bar of designer does not change

Post by Jan »

Hello Munich,

Unfortunatelly 2009.3 version does not contain full version of German localization. Now it is available. You can get it in attachment.

Thank you.

Attachments
293.de.xml
(164.23 KiB) Downloaded 307 times
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Language of context menu of ribbon bar of designer does not change

Post by munich »

Hello Jan,

thank you for the file containing translations. May be there is a misunderstanding. The context menu of the ribbon bar is still in English. By the term "context menu" I am talking about the menu you open using the right mouse button.

Regards
munich
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Language of context menu of ribbon bar of designer does not change

Post by Andrew »

Hello,

Sorry but on the current moment this part of the product is not localized and it will stay "as is".

Thank you.
Post Reply