Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Rich_Willmore #1
Multilingual Solution
One of our customer's sites is about to go down the path of offering up 5-6
additional languages for all content. We have a DB solution for the managed
content but my question is what approach would be best for the insignificant
text on each of the CFM pages (i.e. Non-DB text, 'Back to Top'). We have to
assume that whatever solution is chosen it should be able to handle a vast
amount of requests per second.
One approach we are considering is each page will be accompanied by an XML
document which stores all the language specific content on the page
(english.xml, spanish.xml, etc...). However, would there be a performance
issue with CFFILE loading the XML document every time?
Any thoughts would be appreciated
-- Rich
Rich_Willmore Guest
-
how to create multilingual textbox
Hi, I have a dropdown list in the page in which different languages are add like (german,english,spanish,french) and other control is textbox... -
Verity Multilingual?
I am trying to use the "Multilanguage" search language pack with Verity in CF 7. I've successfully created the collections (BTW, the documentation... -
How to extract multilingual to MS Excel
How can I extract multilingual data into MS Excel application. At the moment the data extracted into Excel file is not readable. Currently using... -
Multilingual forms...
I am using Acrobat 5 on Windows XP and I am having the same problem. Did anyone get it to really work on Acrobat 6? -
Php + Mysql 4.1 + multilingual data
Hello, I have a database which has to support multiple languages, (Polish English Spanish) with MySQL 4.1 it is now possible to specify charsets... -
PaulH #2
Re: Multilingual Solution
the normal approach to this is resource bundles (rb). you can read more [url]http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=cat&catid=6D990B76-50FC-543B-1FA4AB2B1CE26EFC[/url].
PaulH Guest



Reply With Quote

