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
)
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)"]
See Also