OutputLanguage Enumeration

Represents the available translation languages for error codes.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public enum OutputLanguage

Remarks

These values represent Primary language IDs as described by Microsoft.

Members

Neutral0 Defaults to the operating system language. If it is not supported, English is used as default
German7 Represents the German language.
English9 Represents the English language.
Spanish10 Represents the Spanish language.
French12 Represents the French language.
Italian16 Represents the Italian language.

See Also