| default_locales | R Documentation |
This is a table that contains base locale names (e.g., "en", "de")
alongside their default locale names. This indicates that "en" maps to
"en-US" and "de" should map to "de-DE". Throughout the i18n
datasets, base names are used instead of their expanded equivalents.
There are 228 rows and the following 2 columns:
default_locale (character)
base_locale (character)
The default_locale column contains the expanded locale names (e.g.,
"en-US") that do not normally appear within the CLDR datasets but are
valid aliases for the base locale names (e.g., "en") found in the
base_locale column.
default_locales
An object of class tbl_df (inherits from tbl, data.frame) with 228 rows and 2 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.