Compartilhar via


System.LanguageDesignation Property

Word Developer Reference

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

Syntax

expression.LanguageDesignation

expression   An expression that returns a System object.

Example

This example displays "U.S. English" if the LanguageDesignation property returns "English (US)".

Visual Basic for Applications
  If System.LanguageDesignation = "English (US)" Then _
    MsgBox "U.S. English"

See Also