Locale

Info about locale.

Members

Functions

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

abbrMonthes
string[12] abbrMonthes;

Abbreviated month name.

abbrWeekDays
string[7] abbrWeekDays;

Abbreviated week's day name, starting with Sun.

am
string am;

AM and PM values, if any

codeSet
string codeSet;

Code set

currency
string currency;

Currency symbol in native format.

currencyNegativePlace
byte currencyNegativePlace;

Currency native place for negative amounts 1 - symbol precedes value, 0 - follows it.

currencyPositivePlace
byte currencyPositivePlace;

Currency native place for positive amounts 1 - symbol precedes value, 0 - follows it.

date
string date;

String that can be used as a format string to represent date in a locale-specific way.

dateTime
string dateTime;

String that can be used as a format string to represent time and date in a locale-specific way.

decimalPoint
string decimalPoint;

Decimal point character (decimal dot, decimal comma, etc.).

era
string era;

Era

fracDigits
byte fracDigits;

Native digits after decimal place for money.

intCurrency
string intCurrency;

Currency symbol in international format.

intCurrencyNegativePlace
byte intCurrencyNegativePlace;

Currency international place for negative amounts 1 - symbol precedes value, 0 - follows it.

intCurrencyPositivePlace
byte intCurrencyPositivePlace;

Currency international place for positive amounts 1 - symbol precedes value, 0 - follows it.

intFracDigits
byte intFracDigits;

International digits after decimal place for money.

monthes
string[12] monthes;

Full month name.

name
string name;

Locale name. For example, ru-RU.

pm
string pm;

AM and PM values, if any

thousandSeparator
string thousandSeparator;

Separator character for thousands (groups of three digits).

time
string time;

String that can be used as a format string to represent time in a locale-specific way.

weekDays
string[7] weekDays;

Full week's day name, starting with Sunday.

Meta