It is known that Datepicker of jQuery UI provides support for localizing its content to cater for different languages and date formats:
$( selector ).datepicker( $.datepicker.regional[ "fr" ] );
Dear authors of WebSharper.JQueryUI, please tell me a way to do this in F#.
PS. I apologize if my question will seem trivial, since I'm only doing the first steps in WebSharper