im trying to generate dynamically a calendar control with dojo 1.5 and set the calendar language to spanish, but with no luck. I tried using the lang:"es-es" with no luck among other things... here is the element:
<input type="text" constraints="{datePattern:'yyyy-MM-dd', strict:true}" name="$name" id="$name" value="" dojotype="dijit.form.DateTextBox">";
thanks in advance!!!