Language Property Example

This example displays the language selected for the Microsoft Word user interface.

If Application.Language = msoLanguageIDEnglishUS Then
    MsgBox "The user interface language is U.S. English."
Else
    MsgBox "The user interface language is not U.S. English."
End If