View source: R/download_language_list.R
download_language_list | R Documentation |
This function downloads language lists from the
iDAI.field-GitHub-repository
and can be used to supply additional lists to get_language_lookup()
.
download_language_list(project = "core", language = "en")
project |
name of the project for which the language files should be downloaded; case sensitive! Has to match the name in the Language-file exactly. If default ("core") is used, the common language file from the core library will be downloaded. |
language |
Language short name that is to be extracted, e.g. "en", defaults to "en" |
A list that can be processed with get_language_lookup()
.
## Not run:
lang_list <- download_language_list(language = "de")
get_language_lookup(lang_list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.