#' Internal function for the shiny app. Translates text into current language
#'
#'@export
#'
tr <- function(key,l,t=translation){
x<-as.character(t[grep(key,t$key),l])
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.