Dynamic calendar localization

Hi,

 Is there any way to load the calendar language dynamically depending on the user language? (For example browser language)?

 Thanks

ALeix

Something similar to the next can be used

var data = dhtmlxAjax.getSync("./sources/locale_de.js"); eval (data.xmlDoc.responseText);