Share via


Language.NameLocal Property 

Returns the name of a proofing tool language in the language of the user.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim language1 As Language

Dim returnValue As String
returnValue = language1.NameLocal

Syntax

ReadOnly Property NameLocal() As String
string NameLocal {get;}
property String^ NameLocal{
    String^ get();
}
public System.String get_NameLocal();
function get NameLocal() : String;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Language Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Language Members