Hi,

I'm using datepicker and can't find how to set the language to french.
I do the following:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/
jqueryui/1.8.1/themes/base/jquery-ui.css" type="text/css" />

<script type="text/javascript">
    $(function() {
                $.datepicker.setDefaults($.datepicker.regional['fr']);
                $("#id_date1").datepicker();
                    });
</script>


But the datepicker is still in english.
Anybody can help?

thanks
Jul

-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.

Reply via email to