> 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)")>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to