Click or drag to resize

LocalizationLocalizeCommandName Method (String)

Commands that need to be localized should call this function.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string LocalizeCommandName(
	string english
)

Parameters

english
Type: SystemString
The localized command name.

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.UI.Localization.LocalizeCommandName(System.String)"]

See Also