LocalizationLocalizeForm Method

Look in the dialog item list for the specified key and return the translated localized string if the key is found otherwise return the English string.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void LocalizeForm(
	Object formOrUserControl
)
Public Shared Sub LocalizeForm ( 
	formOrUserControl As Object
)

Parameters

formOrUserControl
Type: SystemObject

[Missing <param name="formOrUserControl"/> documentation for "M:Rhino.UI.Localization.LocalizeForm(System.Object)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also