Click or drag to resize

LocalizationLocalizeCommandName Method (String, Object)

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

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

Parameters

english
Type: SystemString

[Missing <param name="english"/> documentation for "M:Rhino.UI.Localization.LocalizeCommandName(System.String,System.Object)"]

assemblyOrObject
Type: SystemObject

[Missing <param name="assemblyOrObject"/> documentation for "M:Rhino.UI.Localization.LocalizeCommandName(System.String,System.Object)"]

Return Value

Type: String

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

See Also