WinLocalizationMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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:


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:


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:


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:


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.


💬 Ask a question or report a problem