I'm trying to use this tag for a "static" multilingual web page. I've set the user's language parameters in request.cfa.stLocaleData.language and request.cfa.language (I just *love* how different modules reference the same thing differently 8-) ) but it always seems to default to English. I changed some code in cfa_localecontentget.cfm, but wanted to check here if anyone else had any ideas as to why it wouldn't work without modification. Here is my fix: <!--- global setting validation ---> <!--- REMOVED, THIS SEEMS TO CAUSE A PROBLEM AND ALWAYS DEFAULTS TO ENGLISH <cfset temp = StructGet( "request.cfa.stLocaleData" )> <cfparam name="temp.language" default="en" type="string"> ---> <!--- Modified by M.Fusfield 19-Apr-2001 ---> <cfparam name="request.cfa.stLocaleData.language" default="EN"> Thanks, Matt Matthew I. Fusfield Web Development Manager InterActive Network Systems, Inc. [EMAIL PROTECTED] - 856-227-4428 ext 15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
