If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

[RS] Localizing text items in report studio

Started by darkness, 21 Jun 2007 02:15:18 PM

Previous topic - Next topic

darkness

I'd like to open a discussion on the best practices and strategies for localizing text items in Report Studio in an OEM environment.  I am currently developing many Report Studio reports with text items in English-Zimbabwe, which will later be translated by a translation service into many other languages.  It has been suggested to build a custom utility to extract a list of text items to be sent to the translation service and then use the same utility to put the translated strings back into the report.

Has anyone done this before or thinking about doing it?

Thanks.

sir_jeroen

You can do this with the SDK. With the FM SDK you can create script to add names/descriptions/screentips etc. for each localized item. Using bmtscriptplayer in c8/bin dir you can run this script. I'm currently using this option in Combination with MS Access. In Access all translations for screentips, names and descriptions are stored and maintained and this is converted to a FM Script and ran using BMTScriptPlayer (you could use the FM scriptplayer but BMTscriptPlayer is much faster)