Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocaleInfo

A class holding information for locales.

The class attempts to load locale info from the browser.

Hierarchy

  • LocaleInfo

Implements

Index

Constructors

Properties

dayPeriod: Record<NameStyle, DayPeriods>

The day period names

dayPlurals: string[]

the plurals for days from one to thirty one

locale: string

The locale

month: Record<NameStyle, Months>

The month names

weekday: Record<NameStyle, Days>

The weekday names

Generated using TypeDoc