Language.NameLocal property (Word)
Returns the name of a proofing tool language in the language of the user. Read-only String.
expression.NameLocal
expression Required. A variable that represents a 'Language' object.
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
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.