0

Some XPage Websites need to be localized. I found this IBM article Helping customers globalize their Lotus Notes applications. One needs an Lotus Domino GLobal Workbench app for this purpose. The DGW_Guidlines PDF is from 1999.

Is it still the recommended way ?
Does it also support XPages ?

If not - what is the common way to do it nowadays ?

Ben
  • 677
  • 5
  • 19
  • 2
    The global workbench was designed for classic Notes apps. In XPages you have globalization baked in in the form of property files. These can be processed with most translation workflow tools. Check Paul's links for details – stwissel Jan 21 '16 at 00:54

1 Answers1

3

The out-of-the-box option for XPages is described on the Domino App Dev wiki. See also the slide deck from IBM Connect 2014. More details can also be found in Mastering XPages 2nd Edition.

See this question for alternatives.

Other developers have taken a more manual approach of using fewer properties files but looking up the values

Community
  • 1
  • 1
Paul Stephen Withers
  • 15,699
  • 1
  • 15
  • 33
  • Thanks Paul, I followed the `Domino App Dev wiki`. I need around an hour to read the wiki and test in Designer. It works perfect. – Ben Jan 21 '16 at 09:47