LOC.COV Method (String)

LOCCOV Method (String)

Command option name strings that need to be localized should call this function. The COV function doesn't actually do anything but return the original string. The LocalizationProcessor application walks through the source code of a project and looks for LOC.COV. The function is then replaced with a call to Localization.LocalizeCommandOptionValue using a unique context ID.

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

Parameters

engilsh
Type: SystemString

[Missing <param name="engilsh"/> documentation for "M:Rhino.UI.LOC.COV(System.String)"]

Return Value

Type: LocalizeStringPair
Returns localized string pair with both the English and local names set to the English value.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also