xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
document.write(GetLocale() & "<br>")
SetLocale(2057)
document.write(GetLocale())
</script>
</body>
</html>