I am attempting to create a calendar control dynamically using Dojo 1.5 and set the language to Spanish, but so far I have been unsuccessful. I tried using "lang:es-es" among other things with no success... here is the element:
<input type="text" constraints="{datePattern:'yyyy-MM-dd', strict:true}" name="$name" id="$name" value="" dojotype="dijit.form.DateTextBox">";
Thank you in advance!!!