swcI18N | R Documentation |
swcI18N
adds a new I18N value to the JavaScript SensorWebClient.
swcI18N(lang, key, value)
lang |
the language identifier |
key |
the message key |
value |
the message value |
a HTML script
tag setting the value
## Not run:
swcI18N('eng', 'button_label', 'OK')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.