home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / setlocale.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  610 b   |  28 lines

  1. <!--- This example shows SetLocale --->
  2. <HTML>
  3.  
  4. <HEAD>
  5. <TITLE>SetLocale Example</TITLE>
  6. </HEAD>
  7.  
  8. <BODY>
  9.  
  10. <H3>SetLocale Example</H3>
  11.  
  12. <P>SetLocale sets the locale to the specified new locale
  13. for the current session.
  14.  
  15. <P>A locale is an encapsulation of the set of attributes
  16. that govern the display and formatting of international
  17. date, time, number, and currency values.
  18.  
  19. <P>The locale for this system is <CFOUTPUT>#GetLocale()#</CFOUTPUT>
  20.  
  21. <P><CFOUTPUT><I>the old locale was #SetLocale("English (UK)")#</I>
  22. <P>The locale is now #GetLocale()#</CFOUTPUT>
  23.  
  24. </BODY>
  25.  
  26. </HTML>       
  27.     
  28.