zut.locale.get_locale_decimal_separator
- zut.locale.get_locale_decimal_separator(name: str = '')
Get the locale decimal separator character.
- Parameters:
name – Name of the locale (if not set, use the system default locale).
- Returns:
Decimal separator character (for example . in English, , in French).