custom-labels | R Documentation |
See all labels registered with get_labels()
,
then set custom text with set_labels()
.
set_labels(language, ...) get_labels(language = "en")
language |
Language to use for labels, supported values are : "en", "fr", "pt-BR", "es", "de", "pl". |
... |
A named list with labels to replace. |
get_labels()
return a named list with all labels registered.
# 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.