ILocalizationService.LocalizeCommandName Method

ILocalizationServiceLocalizeCommandName Method

[Missing <summary> documentation for "M:Rhino.UI.ILocalizationService.LocalizeCommandName(System.Reflection.Assembly,System.Int32,System.String)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
string LocalizeCommandName(
	Assembly assembly,
	int languageId,
	string english
)
Function LocalizeCommandName ( 
	assembly As Assembly,
	languageId As Integer,
	english As String
) As String

Parameters

assembly
Type: System.ReflectionAssembly

[Missing <param name="assembly"/> documentation for "M:Rhino.UI.ILocalizationService.LocalizeCommandName(System.Reflection.Assembly,System.Int32,System.String)"]

languageId
Type: SystemInt32

[Missing <param name="languageId"/> documentation for "M:Rhino.UI.ILocalizationService.LocalizeCommandName(System.Reflection.Assembly,System.Int32,System.String)"]

english
Type: SystemString

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

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.UI.ILocalizationService.LocalizeCommandName(System.Reflection.Assembly,System.Int32,System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also