home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / snippets / getlocale.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  582 b   |  26 lines

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