js script to localize html
just add it to your html
<script type="text/javascript" src="i18n_html_localize.js"></script>
This library supposes that you use MSG_name format for your localisation messages.
<label title="__MSG_title__">__MSG_text__<input type="checkbox" id="autoAdult" /></label>