package documentation

Intl and localization tools.

From __init__.py:

Class DateFormatter Undocumented
Class DateTimeFormat Undocumented
Class NumberFormat Undocumented
Class NumberFormatter Undocumented
Class TimeFormatter Undocumented
Function bibliographic_name Undocumented
Function date_formatter Undocumented
Function locale Undocumented
Function number_formatter Undocumented
Function time_formatter Undocumented
def locale(locale_uid: str) -> t.Optional[gws.Locale]: (source)

Undocumented

def bibliographic_name(language: str) -> str: (source)

Undocumented

def date_formatter(locale_uid) -> DateFormatter: (source)

Undocumented

def time_formatter(locale_uid) -> TimeFormatter: (source)

Undocumented

def number_formatter(locale_uid) -> NumberFormatter: (source)

Undocumented