Einhugur Framework for C++

Locale Class

This class is to get system locale information.

Notes:
This class only has static functions, you should not create instance of this class.

This class does not inherit from Object.


   Locale

class Locale

Methods

GetAbbreviatedDayNamesReturns a StringArray of Abbreviated day names from the selected system settings.
GetAbbreviatedMonthNamesReturns a StringArray of Abbreviated month names from the selected system settings.
GetDayNamesReturns a StringArray of day names from the selected system settings.
GetMonthNamesReturns a StringArray of month names from the selected system settings.