-
I have three questions about this menu
|
Beta Was this translation helpful? Give feedback.
Answered by
batzen
Jun 23, 2024
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RibbonLocalization.Current.Culture = new System.Globalization.CultureInfo("de");
IsDisplayOptionsButtonVisible
to hide that button.RibbonLocalization.Current.Localization = new German();
or you could create a new class, inherit fromRibbonLocalizationBase
and use that one then.