Compartilhar via


Language.NameLocal Property

Word Developer Reference

Returns the name of a proofing tool language in the language of the user. Read-only String.

Syntax

expression.NameLocal

expression   Required. A variable that represents a Language object.

Example

This example displays the name of the German language two different ways — first in the language of the user, and then in German.

Visual Basic for Applications
  MsgBox Languages(wdGerman).NameLocal
MsgBox Languages(wdGerman).Name

See Also