Best javascript i18n techniques / AJAX - dates, times, numbers, currency

Posted by John Vasileff on Stack Overflow See other posts from Stack Overflow or by John Vasileff
Published on 2008-09-07T19:56:07Z Indexed on 2010/05/09 16:08 UTC
Read the original article Hit count: 171

For server side generated content, i18n support is usually pretty easy, for example, Java provides extensive i18n support.

But, these rich server side libraries are not available within the browser, which causes a problem when trying to format data client side (AJAX style.)

What javascript libraries and techniques are recommended for performing client side formatting and time-zone calculations? Also - beyond simple client side formatting, how can consistency be achieved when performing both server side and client side formatting?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about AJAX