Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paleolimbot/shinyex_enfr


https://github.com/paleolimbot/shinyex_enfr

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# shinyex_enfr

The goal of shinyex_enfr is to workshop a pattern for building bilingual English/French Shiny applications. The constraints are:

- Needs to have the ability to link to an English or French version (e.g., `?lang=en|fr`)
- Window title must be in the correct language
- In-app live switching of the language isn't strictly necessary but is useful for testing (current solution switches language based on a Shiny input value and does support this)
- Ability to theoretically support another language (e.g., Inuktitut) other than English or French for apps intended for clients/stakeholders in specific areas

See [the app in action](https://paleolimbot.shinyapps.io/shinyex_enfr) and [view the code](app.R).