Internationalization can be introduced in a Rhino application
using shiny.i18n
package.
You can achieve that by creating an instance of the shiny.i18n::Translator
class,
providing translations as JSON or CSV files
and wrapping parts of your application that need translating in the translate
method.
A detailed tutorial on how to apply shiny.i18n
in Rhino applications
can be found here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.