Application.International property (Word)

Returns information about the current country/region and international settings. Read-only Variant.

Syntax

expression. International (Index)

expression Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Index Required WdInternationalIndex The current country/region and/or international setting.

Example

This example displays the currency format in the status bar.

StatusBar = "Currency Format: " _ 
 & Application.International(wdCurrencyCode)

See also

Application 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.