We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f93c4 commit 8ad8ceaCopy full SHA for 8ad8cea
1 file changed
demos/datepicker/localization.html
@@ -15,7 +15,6 @@
15
<link rel="stylesheet" href="../demos.css">
16
<script>
17
$(function() {
18
- $.datepicker.setDefaults( $.datepicker.regional[ "" ] );
19
$( "#datepicker" ).datepicker( $.datepicker.regional[ "fr" ] );
20
$( "#locale" ).change(function() {
21
$( "#datepicker" ).datepicker( "option",
@@ -30,6 +29,7 @@
30
29
<select id="locale">
31
<option value="ar">Arabic (‫(العربية</option>
32
<option value="zh-TW">Chinese Traditional (繁體中文)</option>
+ <option value="">English</option>
33
<option value="fr" selected="selected">French (Français)</option>
34
<option value="he">Hebrew (‫(עברית</option>
35
</select></p>
0 commit comments