cldr_dates {i18n}R Documentation

Get a single localized value from the dates dataset

Description

The dates table contains information on how to express dates and this data is localized across 574 locales. The cldr_dates() function allows one to extract a named list using a locale and a specific element. The element values are:

Usage

cldr_dates(locale = "en", element = dates_elements$months_format_abbrev)

Arguments

locale

The locale ID for which to obtain the data from the dates table.

element

The element from which information will be obtained for the specified locale.

Value

A named list.


[Package i18n version 0.2.0 Index]