>We have a client who wants our CF based application to display chinese
>characters.  We've done a bit of research but haven't been able to pull it
>off yet.  So, I wanted to see if others have figured that out and have any
>words of advice to share.
>
>Thanks!
>
>Nick
>
>............................................................................
>.....

For What's Its Worth. We have application requiring different languages 
dependent upon users login. In my situation I built an admin interface listing 
all phrases that needed to be translated. Translators login and post translated 
phrases. Action inserts to Db and writes a cfm file. Set up folders for Eng, 
JP, Sp, etc. For output, to avoid qry each phrase, instead I read the files 
based on session language var required for page and set as var for output. I 
also set a session var for the charset, UTF-8, or Shift_JIS for Japanese. Once 
you have the initial set up, you can add languages with ease. Don't know how 
this sounds to others, but it works like a charm. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310068
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to