Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 871 Bytes

Word.Language.NameLocal.md

File metadata and controls

42 lines (25 loc) · 871 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Language.NameLocal property (Word)
vbawd10.chm158138368
vbawd10.chm158138368
Word.Language.NameLocal
b1e91f5e-4ed3-2361-e190-656b0279e8a1
06/08/2017
medium

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

[!includeSupport and feedback]