Q
|
We run our websites in multiple languages, all from the same application. If I were to use RET, I would need to show the messages on each website in the local language. How can I go about this?
|
A
|
Generally there are two ways in which you can support multiple languages: 1) use a separate XML rules file for each supported language, and use BH to dynamically load the right XML file based on the detected language; or 2) use the same XML file for all the languages, but add an additional condition for each rule based on the language.
|