# A quick, fully automatic check:
p <- system.file("shinyapp", "i18n", "en.json", package = "examly")
if (nzchar(p) && file.exists(p)) {
d <- i18n_load("en")
i18n_t(d, "buttons.download", "Download")
}
Run the code above in your browser using DataLab