Datalogic .NET SDK
GetLanguage (Method)
Syntax
public static Language GetLanguage();
Description
Gets the language of the operating system on the device.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
void |
- |
- |
|
|
|
|
[returns] |
Language |
|
The language of the operating system. See the Device.Language enumeration for return values. |
[on error] |
- |
|
- |
Example
private void SetUnitDisplay() { lstUnitView.Items.Add(new ListViewItem(new string[] { "Language", Device.GetLanguage().ToString() })); }
|
See Also
Device.Language (Enum), Example #022.
Copyright © Datalogic ADC. All Right Reserved