_Application.International Property

Returns information about the current country/region and international settings.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property International ( _
    Index As WdInternationalIndex _
) As Object
    Get
'Usage
Dim instance As _Application
Dim Index As WdInternationalIndex
Dim value As Object

value = instance.International(Index)
Object this[
    WdInternationalIndex Index
] { get; }

Parameters

Property Value

Type: System.Object

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace