Page 1 of 1

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

Posted: Fri Dec 18, 2009 8:29 am
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

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

Posted: Fri Dec 18, 2009 4:37 pm
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.


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

Posted: Mon Dec 21, 2009 3:24 am
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

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

Posted: Mon Dec 21, 2009 9:23 am
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.