I am trying to use \[code\]date.js\[/code\] library to display a few dates on a page with localization support, like so \[code\]$("#currentTime").html(serverTime.toString("dddd, MMMM dd, yyyy h:mm tt"));\[/code\]I have no problem displaying it but it will only show it either in Spanish or English depending on which version of \[code\]date.js\[/code\] is referenced on a page. When I reference both \[code\]date.js\[/code\] and \[code\]date.es-ES.js\[/code\] then it shows dates only in Spanish. Is there any way to display either English or Spanish version depending on what the value of current \[code\]UI Culture\[/code\] is when we switch from English to Spanish and back on a site?