HostUtils.CurrentOSLanguage Property

HostUtilsCurrentOSLanguage Property

Get the current operating system language.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static uint CurrentOSLanguage { get; }
Public Shared ReadOnly Property CurrentOSLanguage As UInteger
	Get

Return Value

Type: UInt32
A Windows LCID (on Windows and macOS). On Windows, this will be LCID value regardless of those languages that Rhino supports. On macOS, this only returns LCID values for languages that Rhino does support.
Version Information

Rhino for Windows

Supported in: 6.14
See Also