Report [message #203461] |
Wed, 15 November 2006 03:48 |
orafan2003
Messages: 122 Registered: February 2006
|
Senior Member |
|
|
I have a report done using Oracle reports developer 10.1.2.02.
As I change the browser locale for different languages, Can the colums names of my report change accordingly?
If so, how can I achieve this task?
Kindly guide me
|
|
|
Re: Report [message #203485 is a reply to message #203461] |
Wed, 15 November 2006 04:50 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I wouldn't know the answer, but - thinking about your idea - it seems that report should have some kind of a translator (with a good background word pairs database) which would then be able to translate words (column titles) to another language.
Therefore, I *doubt* it can easily be done.
You could code it in application - create a table which would have a flag which points to current language and, in report, select column name translation according to that flag.
I never had to do that, but I'm curious whether there's a simple answer to your question.
|
|
|