Share via


PinPad.AvailableLanguagesList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds an array of the languages supported by the pre-defined prompts in the PIN pad device, as defined by the CultureInfo .NET Framework Class.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property AvailableLanguagesList As CultureInfo()
public abstract CultureInfo[] AvailableLanguagesList { get; }
public:
virtual property array<CultureInfo^>^ AvailableLanguagesList {
    array<CultureInfo^>^ get () abstract;
}
/** @property */
public abstract CultureInfo[] get_AvailableLanguagesList ()
public abstract function get AvailableLanguagesList () : CultureInfo[]

Remarks

Languages are represented by numeric values and are Microsoft Windows Language IDs, defined in the .NET Framework Class Library documentation. If the CapLanguage property is set to CultureInfo.None, then AvailableLanguagesList will be an empty string.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
CapLanguage