CurrentCultureLangID Property

LibUsbDotNet

LibUsbDotNet 2.2.8 CurrentCultureLangID Property
Library ReferenceLibUsbDotNet.InfoUsbDeviceInfoCurrentCultureLangID
LibUsbDotNet on SourceForge
Request all available languages from the USB device (string index 0) and return the most appropriate LCID given the current operating systems locale settings. See System.Globalization.CultureInfo.CurrentCulture.LCID.
Declaration Syntax
C# Visual Basic Visual C++
public short CurrentCultureLangID { get; }
Public ReadOnly Property CurrentCultureLangID As Short
	Get
public:
property short CurrentCultureLangID {
	short get ();
}
Remarks
Once the USB devices CurrentCultureLangID has been retreived, subsequent request will return a cached copy of the LCID.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)