Builds a menulist to give the users the ability to pick from the currently available languages. When a menu selection is made all of the objects in the Controls collection will be translated to the selected language.

Namespace: DataTableEx
Assembly: DataTableEx (in DataTableEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void MenuBuild(
	ref MenuItem MenuItem
)
Visual Basic
Public Sub MenuBuild ( _
	ByRef MenuItem As MenuItem _
)
Visual C++
public:
void MenuBuild(
	MenuItem^% MenuItem
)

Parameters

MenuItem
Type: System.Windows.Forms..::..MenuItem%
Parent menuitem of where this menu structure will be built as children.

Remarks