> > Any one see what's wrong with this.......
> > 
> > <cfset loacle = SetLocale("English (U.K.)")>
> > 
> > Aparently "English (U.K.)" is not a valid locale - do I 
> > need the quotations?....when I remove them I get a different 
> > error..........
> > 
> > In case it's of any importance I am running CF5
> 
> It's the periods you've got after U and K. Use this instead:
> 
> <cfset locale = SetLocale("English (UK)")>

Oh, and I forgot to mention that you can find the supported locales like
this:

<cfoutput>#Server.ColdFusion.SupportedLocales#</cfoutput>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to