WdInternationalIndex Enum

Definition

Specifies information specific to the current country/region and international settings.

public enum class WdInternationalIndex
[System.Runtime.InteropServices.Guid("5077203F-7859-39B5-BF08-8308BDE14529")]
public enum WdInternationalIndex
type WdInternationalIndex = 
Public Enum WdInternationalIndex
Inheritance
WdInternationalIndex
Attributes

Fields

Name Value Description
wdListSeparator 17

Returns the list separator (, in U.S. English).

wdDecimalSeparator 18

Returns the decimal separator (. in U.S. English).

wdThousandsSeparator 19

Returns the thousands separator (, in U.S. English).

wdCurrencyCode 20

Returns the currency symbol ($ in U.S. English).

wd24HourClock 21

Returns True if you're using 24-hour time; returns False if you're using 12-hour time.

wdInternationalAM 22

Returns the string used to indicate morning hours (for example, 10 AM).

wdInternationalPM 23

Returns the string used to indicate afternoon and evening hours (for example, 2 PM).

wdTimeSeparator 24

Returns the time separator (: in U.S. English).

wdDateSeparator 25

Returns the date separator (/ in U.S. English).

wdProductLanguageID 26

Returns the language version of Word.

Applies to