Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How can I change in code the text of a column that is displayed from a report I created and that is being read by the ReportReader?

I want to know how, because the user can select his language before using the app, so I kind of need to change the column text to a diferent language, depending on the choice of the user.

For example, imagine the header field that is named "Number", and below it, all the numbers from my database are printed. But if I change it to German, it would be "Nummer" instead of "Number", and in Poruguese it would be "Número", and so on and so on. All I want to do is to just change the text.

Would highly appreciate a demonstration in code if it would be possible.
Thanks in advance !
Posted
Updated 29-Apr-13 4:26am
v2

1 solution

Maybe use:
http://wpflocalizeextension.codeplex.com/
Or implement mechanisme by yourself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900