Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinLocalizationMBS class.

WinLocalizationMBS.AbbreviatedDayName(index as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The localized name of the day.

Index from 0 to 6.
e.g. on a German Windows XP system: AbbreviatedDayName(0)="Mo"

WinLocalizationMBS.AbbreviatedMonthName(index as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The localized month name.

Index from 0 to 12. 0=January, 11=December, 12=13th month if exists.
e.g. on a German Windows XP system: AbbreviatedMonthName(0)="Jan"

WinLocalizationMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 5.4 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The constructor to get the values for the current locale.

There are four constructors:

  • You can pass nothing to get the current locale.
  • You can pass a Locale Identifier.
  • You can pass a LanguageID and a SortID.
  • You can pass a PrimaryLanguageID and a SubLanguageID combined with a SortID.

Use the LANG_* constants for the PrimaryLanguageID, the SUBLANG_* constants for the SubLanguageID and the SORT_* constants for the SortID.

See also:

WinLocalizationMBS.Constructor(LanguageID as Integer, SortID as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 9.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The constructor to query values for a given language.

There are four constructors:

  • You can pass nothing to get the current locale.
  • You can pass a Locale Identifier.
  • You can pass a LanguageID and a SortID.
  • You can pass a PrimaryLanguageID and a SubLanguageID combined with a SortID.

Use the LANG_* constants for the PrimaryLanguageID, the SUBLANG_* constants for the SubLanguageID and the SORT_* constants for the SortID.

See also:

WinLocalizationMBS.Constructor(LCID as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 9.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The constructor to query values for a given language.

There are four constructors:

  • You can pass nothing to get the current locale.
  • You can pass a Locale Identifier.
  • You can pass a LanguageID and a SortID.
  • You can pass a PrimaryLanguageID and a SubLanguageID combined with a SortID.

Use the LANG_* constants for the PrimaryLanguageID, the SUBLANG_* constants for the SubLanguageID and the SORT_* constants for the SortID.

See also:

WinLocalizationMBS.Constructor(PrimaryLanguage as Integer, SubLanguage as Integer, SortID as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 9.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The constructor to query values for a given language.

There are four constructors:

  • You can pass nothing to get the current locale.
  • You can pass a Locale Identifier.
  • You can pass a LanguageID and a SortID.
  • You can pass a PrimaryLanguageID and a SubLanguageID combined with a SortID.

Use the LANG_* constants for the PrimaryLanguageID, the SUBLANG_* constants for the SubLanguageID and the SORT_* constants for the SortID.

See also:

WinLocalizationMBS.LongDayName(index as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The localized name of the day.

Index from 0 to 6.
e.g. on a German Windows XP system: LongDayName(0)="Montag"

WinLocalizationMBS.LongMonthName(index as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Currency, Date and Time Format MBS Win Plugin 3.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The localized month name.

Index from 0 to 12. 0=January, 11=December, 12=13th month if exists.
e.g. on a German Windows XP system: LongMonthName(0)="Januar"

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


The biggest plugin in space...