Archives for May 2007

Database-Driven Multilingual Crystal Reports

I wrote some code that parses Crystal Reports text objects and translates them to another language. It reads from a Hashtable which may be populated from a database, a text file or an XML document. The code doesn’t care about the names of the text objects, just their contents.
You may have to use the String.Trim() […]

29 May 2007 | Crystal Reports, C# | No Comments