SetLocale (new_locale) DescriptionSets a country/language locale option for the current application session. The locale value encapsulates a set of attributes that determines the default display format of date, time, number, and currency values, according to language and regional conventions. Locales include the following:
Example<cfset tempLocale = SetLocale("Portuguese (Standard)")> <cfoutput> The locale is now set to: #GetLocale()# </cfoutput> |