RhinoCommon API
LOCSTR Method (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.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

public static string STR( string english )
Public Shared Function STR ( english As String ) As String
Parameters
- english
- Type: SystemString
[in] The English string to localize.
Return Value
Type: String[Missing <returns> documentation for "M:Rhino.UI.LOC.STR(System.String)"]

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