LOC.CON Method (String)

LOCCON Method (String)

Command option name strings that need to be localized should call this function. The CON 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.CON. The function is then replaced with a call to Localization.LocalizeCommandOptionName using a unique context ID.

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

Parameters

english
Type: SystemString
[in] The English string to localize.

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