Localization.LocalizeCommandName Method (String)

LocalizationLocalizeCommandName Method (String)

Commands that need to be localized should call this function.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string LocalizeCommandName(
	string english
)
Public Shared Function LocalizeCommandName ( 
	english As String
) As String

Parameters

english
Type: SystemString
The localized command name.

Return Value

Type: String

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also