Kbase P104212: Should I use Translation Manager with WebSpeed?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/05/2005 |
|
Status: Unverified
GOAL:
Should I use Translation Manager with WebSpeed?
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
FIX:
If it is not a multi-language application then it's easier to just edit the speedscript files.
If it is a multi-language application it may be a little tricky to change the language segment of the r-code on the fly depending on the application. Translation manager solution may, therefore, not be the easiest thing for WebSpeed, not to mention the translation of HTML code. Other ways to externalize the strings may be better!
It would be better to have two sets of speedscript files and just move the business logic in separate files so not to duplicate that too.