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

Language Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.