LocaleInfo
Properties
Name | Description | Type |
---|---|---|
qDecimalSep |
Decimal separator. |
String |
qThousandSep |
Thousand separator. |
String |
qListSep |
List separator. |
String |
qMoneyDecimalSep |
Money decimal separator. |
String |
qMoneyThousandSep |
Money thousand separator. |
String |
qCurrentYear |
Current year. |
Integer |
qMoneyFmt |
Money format. Example: #.##0,00 kr;-#.##0,00 kr |
String |
qTimeFmt |
Time format. Example: hh:mm:ss |
String |
qDateFmt |
Date format. Example: YYYY-MM-DD |
String |
qTimestampFmt |
Time stamp format. Example: YYYY-MM-DD hh:mm:ss[.fff] |
String |
qCalendarStrings | CalendarStrings | |
qFirstWeekDay |
First day of the week, starting from 0. According to ISO 8601, Monday is the first day of the week.
If this property has not been set in a script, the returned value comes from the Windows operating system. |
Integer |
qBrokenWeeks |
Is set to true if broken weeks are allowed in a year. According to ISO 8601, no broken weeks should be allowed. This property is not shown if set to false. If qBrokenWeeks is set to true, qReferenceDay is irrelevant. If this property has not been set in a script, the returned value comes from the Windows operating system. |
Boolean |
qReferenceDay |
Day in the year that is always in week 1. According to ISO 8601, January 4th should always be part of the first week of the year ( qReferenceDay =4). Recommended values are in the range 1 and 7. If this property has not been set in a script, the returned value comes from the Windows operating system. This property is not relevant if there are broken weeks in the year. |
Integer |
qFirstMonthOfYear |
First month of the year, starting from 1. According to ISO 8601, January is the first month of the year.
If this property has not been set in a script, the returned value comes from the Windows operating system. |
Integer |
qCollation |
Locale name (following language tagging convention RFC 4646): < language>-<REGION> Where:
If this property has not been set in a script, the returned value comes from the Windows operating system. |
String |
qNumericalAbbreviation |
Number format. Example: 3:k;6:M;9:G;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y |
String |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!