Description Usage Arguments Value Examples
See all labels registered with get_labels()
,
then set custom text with set_labels()
.
1 2 3 | set_labels(language, ...)
get_labels(language = "en")
|
language |
Language to use for labels, supported values are : "en", "fr", "pt-BR". |
... |
A named list with labels to replace. |
get_labels()
return a named list with all labels registered.
1 2 3 4 5 6 7 | # In global.R for example:
set_labels(
language = "en",
"Please authenticate" = "You have to login",
"Username:" = "What's your name:",
"Password:" = "Enter your password:"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.