home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows SetLocale --->
- <HTML>
-
- <HEAD>
- <TITLE>SetLocale Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>SetLocale Example</H3>
-
- <P>SetLocale sets the locale to the specified new locale
- for the current session.
-
- <P>A locale is an encapsulation of the set of attributes
- that govern the display and formatting of international
- date, time, number, and currency values.
-
- <P>The locale for this system is <CFOUTPUT>#GetLocale()#</CFOUTPUT>
-
- <P><CFOUTPUT><I>the old locale was #SetLocale("English (UK)")#</I>
- <P>The locale is now #GetLocale()#</CFOUTPUT>
-
- </BODY>
-
- </HTML>
-
-