Language.NameLocal Property (Word)

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.

MsgBox Languages(wdGerman).NameLocal 
MsgBox Languages(wdGerman).Name

See Also

Concepts

Language Object

Language Object Members