Skip to content

how can I modify the menu on the tab freely? #1205

Answered by batzen
bezierC0 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. RibbonLocalization.Current.Culture = new System.Globalization.CultureInfo("de");
  2. Sorry. You have to set IsDisplayOptionsButtonVisible to hide that button.
  3. You can either use a specific existing implementation like RibbonLocalization.Current.Localization = new German(); or you could create a new class, inherit from RibbonLocalizationBase and use that one then.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bezierC0
Comment options

@batzen
Comment options

Answer selected by batzen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants