--- title: Internationalization nav_title: Internationalization tags: demo --- {% from "demo.njk" import demo %} {% set label %}
There are only a couple of default messages built into Tom Select. To customize these messages, and internationalize (i18n) your Tom Select instances, use the render template settings.
{% endset %} {% set html %} {% endset %} {{ demo( label, html, script, style) }} {% set label %}
Tom Select will work on RTL websites if the dir
attribute is set for the context of your Tom Select instance.