LocalizationLocalizeString Method (String, Object, Int32) |
Returns localized version of a given English string. This function should be auto-generated by the
RmaLDotNetLocalizationProcessor application for every function that uses RMASTR.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static string LocalizeString(
string english,
Object assemblyOrObject,
int contextId
)
Public Shared Function LocalizeString (
english As String,
assemblyOrObject As Object,
contextId As Integer
) As String
Parameters
- english
- Type: SystemString
The text in English. - assemblyOrObject
- Type: SystemObject
An assembly or an object from an assembly. - contextId
- Type: SystemInt32
The context ID.
Return Value
Type:
StringThe localized string.
See Also