RhinoCommon API
LOC Class |
Used a placeholded which is used by LocalizationProcessor application to create contextId
mapped localized strings.

Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

The LOC type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() | COMMANDNAME |
Command names that need to be localized should call this function. The COMMANDNAME 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.COMMANDNAME and builds a record for each command
name for the translators that can be used by developers in a commands overridden Rhino.Commands.Command.LocalName
which should call Rhino.UI.Localization.LocalizeCommandName(EnglishName)
|
![]() ![]() | CON(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.
|
![]() ![]() | CON(String, Object) |
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.
|
![]() ![]() | COV(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.
|
![]() ![]() | COV(String, Object) |
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.
|
![]() ![]() | STR(String) |
Strings that need to be localized should call this function. The STR 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.STR. The function is then replaced with a
call to Localization.LocalizeString using a unique context ID.
|
![]() ![]() | STR(String, Object) |
Similar to Format(String, Object) function.
|

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8