Method SetLanguage
SetLanguage(String)
Like SetLanguage(Language).
Declaration
public Error SetLanguage(string shortLangName)
Parameters
Type | Name | Description |
---|---|---|
System.String | shortLangName | Accepts the following short names for the languages: English French, German, Spanish Italian Russian |
Returns
Type | Description |
---|---|
Error | Error |
Implements
SetLanguage(Language)
Sets the language of the popup window possibly spawned by DeviceSearch(out String[], Int32, FilterDeviceKind)
Declaration
public Error SetLanguage(Language lang)
Parameters
Type | Name | Description |
---|---|---|
Language | lang |
Returns
Type | Description |
---|---|
Error | Error |