Localization in WPF Tabbed MDI Form (DocumentContainer)

7 May 20211 minute to read

The following table describes how a DocumentContainer property can be localized to a specific culture. You can simply provide the string values in the resource file for a specific culture and set the culture in the application.

Property Description
MDIRestore, MDIMove, MDIResize, MDIFloating, MDIDockable, MDIDocument, MDIMinimize, MDIMaximizeMDIClose Sets the string for the context menu item in DocumentContainer.

Localization_images1

Localization_images2

ContextMenu(en-US) ContextMenu(fr-FR)

MoveToNextTabGroup Sets the string for MoveToNextTabGroup context menu item in DockingManager and DocumentContainer.

Localization_images3

Localization_images4

MoveToNextTabGroup(en-US) MoveToNextTabGroup(fr-FR)

MoveToPreviousTabGroup Sets the string for MoveToPreviousTabGroup context menu item in DockingManager and DocumentContainer.

Localization_images5

Localization_images6

MoveToPreviousTabGroup(en-US) MoveToPreviousTabGroup(fr-FR)

NewTabgroupMenuItemCancel Sets the string for the Tab context menu item in DockingManager and DocumentContainer.

Localization_images7

Localization_images8

NewTabGroup(en-US) NewTabGroup(fr-FR)

TabClose, CloseAllButThis, TabCloseAll, Floating, Document, Dockable, NewHorizontalTabGroup, NewVerticalTabGroup Sets the string for the menu item in DocumentContainer and DockingManager.

Localization_images9

Localization_images10

MenuItem(en-US) MenuItem(fr-FR)