inputEx - Internationalization

To French

			/*
			 * Note the 'lang: fr' in the YUI config :
			 * YUI({lang:"fr"}).use('inputex-datepicker','inputex-examples');
			 */
			var field = new Y.inputEx.DatePickerField({
			    parentEl: 'container1',
			    value: new Date()
			});