<p>Date: <input type="text" id="datepicker"/>
<select id="locale">
- <option value="ar">Arabic (‫(العربية</option>
- <option value="de" selected>German (Deutsch)</option>
+ <option value="ar">Arabic</option>
+ <option value="de" selected>German</option>
<option value="en">English</option>
- <option value="es">Spanish (Español)</option>
- <option value="zh">Chinese Simplified (简体中国)</option>
+ <option value="es">Spanish</option>
+ <option value="zh">Chinese Simplified</option>
</select></p>
<div class="demo-description">
-<p>Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.</p>
+<p>Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.</p>
</div>
</body>
</html>