3.11. kink/LOCALE¶
Provides locale specific data.
3.11.1. LOCALE.group_sep(Locale)¶
Returns a str which separates groups in the integral part.
Locale must be a str, such as 'ja-JP'.
3.11.2. LOCALE.decimal_sep(Locale)¶
Returns a str which separates the integral part and the fraction part.
Locale must be a str, such as 'ja-JP'.