|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Multi language support in single Oracle Reports session
Can someone tell me, is it possible to have entire report generated in English with one field to be printed in Italian. This italian description would be stored in a database table. That italian description have to be picked up during the report generation and shown on the report. Can someone help me please...(I am using Oracle Developer 6i)
|
|
#2
|
|||
|
|||
|
Hello,
I don't know what you are doing, but the function convert might help. for example select convert(somthing,'WE8ISO8859P1') from....; SYNTAX: CONVERT(char, dest_char_set [,source_char_set] ) Common character sets include: US7ASCII US 7-bit ASCII character set WE8DEC DEC West European 8-bit character set WE8HP HP West European Laserjet 8-bit character set F7DEC DEC French 7-bit character set WE8EBCDIC500 IBM West European EBCDIC Code Page 500 WE8PC850 IBM PC Code Page 850 WE8ISO8859P1 ISO 8859-1 West European 8-bit character set |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Multi language support in single Oracle Reports session |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|