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

  1. <!--- This example shows GetLocale --->
  2. <HTML>
  3.  
  4. <HEAD>
  5. <TITLE>GetLocale Example</TITLE>
  6. </HEAD>
  7.  
  8. <BODY>
  9.  
  10. <H3>GetLocale Example</H3>
  11.  
  12. <P>GetLocale returns the locale for the current 
  13. request.  Locales are determined by the native
  14. operating system.
  15.  
  16. <P>A locale is an encapsulation of the set of attributes
  17. that govern the display and formatting of international
  18. date, time, number, and currency values.
  19.  
  20. <P>The locale for this system is <CFOUTPUT>#GetLocale()#</CFOUTPUT>
  21.  
  22. </BODY>
  23.  
  24. </HTML>       
  25.