Multilingual Solution

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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?
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139