Documentation
¶
Overview ¶
Package locale can be used to get the end-user preferred language, useful for multi-language apps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotAvailableAPI indicates that the current device/OS doesn't support such function. ErrNotAvailableAPI = errors.New("pref: not available api") // ErrUnknownLanguage indicates that the current language is not supported by x/text/language. ErrUnknownLanguage = errors.New("pref: unknown language") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.