Localization in WPF DockingManager control
31 May 20211 minute to read
Localization customizes the application towards a specific language and region. Syncfusion Tools allow you to set custom resource through the Resx file. In the following table, DockingManager’s property is localized in English and French.
Property | Description |
---|---|
FloatButtonTooltipText | Sets the string for the ToolTip of Float button in the DockingManager. |
Float(en-US) Flotteur(c) | |
AwlButtonTooltipText | Sets the string for the ToolTip of Auto Hide button in the DockingManager. |
|
|
CloseButtonTooltipText | Sets the string for ToolTip of Close button in DockingManager. |
CloseButtonTooltipText(en-US) |
CloseButtonTooltipText(fr-FR) |
ContextMenuButtonTooltipText | Sets the string for the ToolTip of Context Menu button in DockingManager. |
|
|
TabbedAutoHideHide | Sets the string for the context menu item in DockingManager. |
ContextMenu(en-US) |
ContextMenu(fr-FR) |
MoveToNextTabGroup | Sets the string for MoveToNextTabGroup context menu item in the DockingManager and Document Container. |
MoveToNextTabGroup(en-US) |
MoveToNextTabGroup(fr-FR) |
MoveToPreviousTabGroup | Sets the string for MoveToPreviousTabGroup context menu item in the DockingManager and Document Container. |
MoveToPreviousTabGroup(en-US) |
MoveToPreviousTabGroup(fr-FR) |
NewTabgroupMenuItemCancel | Sets the string for the Tab context menu item in the DockingManager and Document Container. |
NewTabGroup(en-US) |
NewTabGroup(fr-FR) |
TabCloseCloseAllButThisTabCloseAllFloatingDocumentDockableNewHorizontalTabGroupNewVerticalTabGroup | Sets the string for the menu item in the Document Container and DockingManager. |
MenuItem(en-US) |
MenuItem(fr-FR) |