<%
Session.LCID = 1033
Response.Write "Format amerykaski: " & Now & " " _
  & formatcurrency(1234.56) & "<P>"
Session.LCID = 2057
Response.Write  "Format brytyjski : " & Now  & " " _
  & formatcurrency(1234.56) & "<P>"
Session.LCID = 1049
Response.Write  "Format rosyjski: " & Now  & " " _
  & formatcurrency(1234.56) & "<P>"
Session.LCID = 1032
Response.Write  "Format grecki: " & Now  & " " _
  & formatcurrency(1234.56) & "<P>"
Session.LCID = 2049
Response.Write  "Format iracki: " & Now   & " " _
  & formatcurrency(1234.56) & "<P>"
Session.LCID = 3073
Response.Write  "Format egipski: " & Now  & " " _
  & formatcurrency(1234.56) & "<P>"
Session.LCID = 6154
Response.Write  "Format panamski: " & Now  & " " _
  & formatcurrency(1234.56) & "<P>"
%>
