Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocaleInfo ¶
type LocaleInfo struct {
// The locale's language tag.
Lang string
// The decimal separator of the locale.
SepDecimal rune
// The group (thousands) separator of the locale.
SepGroup rune
// The rune for the locale's digit 0.
DigitZero rune
// The rune for the locale's digit 9.
DigitNine rune
}
func Locale ¶
func Locale(loc string) (LocaleInfo, bool)
Click to show internal directories.
Click to hide internal directories.