Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinLocalizationMBS class.

Previous items

WinLocalizationMBS.MeasureSystem as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
System of measurement.

This value is 0 if the metric system (Systéme International d'Unités, or S.I.) is used and 1 if the U.S. system is used. The maximum number of characters allowed for this string is 2.
e.g. on a German Windows XP system: "0"
(Read only property)

Some examples using this property:

WinLocalizationMBS.NativeASCII0to9 as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Native equivalents to ASCII 0 through 9.

e.g. on a German Windows XP system: "0123456789"
(Read only property)

Some examples using this property:

WinLocalizationMBS.NegativeNumberMode as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Negative number mode.

The mode can be one of these values:

ValueMeaning
0(1.1)
1–1.1
2– 1.1
31.1–
41.1 –

e.g. on a German Windows XP system: "1"
(Read only property)

Some examples using this property:

WinLocalizationMBS.NegSepBySpace as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Separation of monetary symbol in a negative monetary value.

This value is 1 if the monetary symbol is separated by a space from the negative amount, 0 if it is not. The maximum number of characters allowed for this string is 2.
e.g. on a German Windows XP system: "1"
(Read only property)

WinLocalizationMBS.NegSymPrecedes as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Position of monetary symbol in a negative monetary value.

This value is 1 if the monetary symbol precedes the negative amount, 0 if it follows it. The maximum number of characters allowed for this string is 2.
e.g. on a German Windows XP system: "0"
(Read only property)

Some examples using this property:

WinLocalizationMBS.NumberOfFraction as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Number of fractional digits.

The maximum number of characters allowed for this string is 3.
e.g. on a German Windows XP system: "2"
(Read only property)

Some examples using this property:

WinLocalizationMBS.Papersize as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Default paper size associated with the locale.

Possible values:

1Letter
5Legal
8DIN A3
9DIN A4

e.g. on a German Windows XP system: "9"
Introduced with Windows 2000.
(Read only property)

WinLocalizationMBS.PosSepBySpace as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Separation of monetary symbol in a positive monetary value.

This value is 1 if the monetary symbol is separated by a space from a positive amount, 0 if it is not. The maximum number of characters allowed for this string is 2.
e.g. on a German Windows XP system: "1"
(Read only property)

WinLocalizationMBS.PosSymPrecedes as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Position of monetary symbol in a positive monetary value.

This value is 1 if the monetary symbol precedes the positive amount, 0 if it follows it. The maximum number of characters allowed for this string is 2.
e.g. on a German Windows XP system: "0"
(Read only property)

Some examples using this property:

WinLocalizationMBS.SignNegative as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
String value for the negative sign.

e.g. on a German Windows XP system: "-"
(Read only property)

Some examples using this property:

WinLocalizationMBS.SignNegativePosition as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Formatting index for negative values.

This index uses the same values as SignPositivePosition. The maximum number of characters allowed for this string is 2.
e.g. on a German Windows XP system: "1"
(Read only property)

Some examples using this property:

WinLocalizationMBS.SignPositive as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
String value for the positive sign.

e.g. on a German Windows XP system: ""
(Read only property)

Some examples using this property:

WinLocalizationMBS.SignPositivePosition as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Formatting index for positive values.

The maximum number of characters allowed for this string is 2. The index can be one of the following values:

ValueMeaning
0Parentheses surround the amount and the monetary symbol.
1The sign string precedes the amount and the monetary symbol.
2The sign string succeeds the amount and the monetary symbol.
3The sign string immediately precedes the monetary symbol.
4The sign string immediately succeeds the monetary symbol.

e.g. on a German Windows XP system: "1"
(Read only property)

Some examples using this property:

WinLocalizationMBS.Sortname as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The full localized name of the sort for the given locale ID.

e.g. on a German Windows XP system: "Wörterbuch"
Introduced with Windows 2000.
(Read only property)

WinLocalizationMBS.ThousandSeparator as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Character(s) used to separate groups of digits to the left of the decimal.

e.g. on a German Windows XP system: "."
(Read only property)

WinLocalizationMBS.TimeAM as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
String for the AM designator.

e.g. on a German Windows XP system: ""
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimeCenturyFormatSpecifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Specifier for full 4-digit century.

The maximum number of characters allowed for this string is 2. The specifier can be one of the following values:

ValueMeaning
0Abbreviated 2-digit century
1Full 4-digit century

e.g. on a German Windows XP system: "1"
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimeFormatSpecifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Time format specifier.

The maximum number of characters allowed for this string is 2. The specifier can be one of the following values:

ValueMeaning
0AM / PM 12-hour format
124-hour format

e.g. on a German Windows XP system: "1"
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimeLeadingZeros as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Specifier for leading zeros in time fields.

The maximum number of characters allowed for this string is 2. The specifier can be one of the following values:

ValueMeaning
0No leading zeros for hours
1Leading zeros for hours

e.g. on a German Windows XP system: "1"
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimeMarkerPosition as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Unkown.

e.g. on a German Windows XP system: "0"
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimePM as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
String for the PM designator.

e.g. on a German Windows XP system: ""
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimeSeparator as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Character(s) for the time separator.

e.g. on a German Windows XP system: ":"
(Read only property)

Some examples using this property:

WinLocalizationMBS.TimeShortFormatString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Time formatting strings for this locale.

The string can consist of a combination of the hour, minute, and second format pictures defined in the Hour, Minute, and Second Format Pictures table in National Language Support Constants.
e.g. on a German Windows XP system: "HH:mm:ss"
(Read only property)

Some examples using this property:

Previous items

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...