fdt_locales_vec | R Documentation |
The fdt_locales_vec()
function produces a vector of all supported locale
IDs in the bigD package.
fdt_locales_vec()
A character vector of supported locale IDs.
# Let's get all the `ar` locales that exist
# in the vector produced by `fdt_locales_vec()`
grep("^ar", fdt_locales_vec(), value = TRUE)
# Let's get all the locales that pertain to the
# `CH` territory in the vector produced by
# `fdt_locales_vec()`
grep("CH", fdt_locales_vec(), value = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.