To use a language other than U.S. English for the Web AIM JavaScript library, you must define a baseLang variable on the line before your reference to aimapi.js. This variable should be set to one of the values found in the reference documentation.
For instance, if you wanted to use Italian, you would define the variable as:
<script type="text/javascript"> var baseLang = 'it-it'; </script> <script type="text/javascript" src="http://o.aolcdn.com/aim/web-aim/aimapi.js"></script>
