LanguageDesignation Property

Applies To

System object.

Description

Returns the designated language of the system software. Read-only String.

See Also

Country property, Languages property.

Example

This example displays "U.S. English" if the LanguageDesignation property returns "enu".

If System.LanguageDesignation = "enu" Then MsgBox "U.S. English"