|
Home > Archive > Oracle Databases > September 2005 > Multilanguage and russian language
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Multilanguage and russian language
|
|
| Grzesiek 2005-08-01, 8:26 pm |
| Enybody know whot I must change in Oracle Reports or in register Because I
must print from Oracle Reposrt in russian language!!!!
Thanks!
| |
| Mark Malakanov 2005-08-01, 8:26 pm |
| Probably you have to set a codepage to Russian on client (where Reports
runs).
In Windows it will be NLS_LANG=RUSSIAN_CIS
.CL8MSWIN1251
where RUSSIAN will make a client to use error messages in Russian, CIS -
makes date and numbers in Russian style ( comma instead of dot and vice
versa). Finally CL8MSWIN1251 will use Cyrillic charset.
You can try NLS_LANG=AMERIACAN_A
MERICA.CL8MSWIN1251 if you dont like
tricks with dates and numbers.
For Unixes codepages can be CL8ISO8859P5.
Database must be in any CL8* too.
Grzesiek wrote:
> Enybody know whot I must change in Oracle Reports or in register Because I
> must print from Oracle Reposrt in russian language!!!!
> Thanks!
>
>
| |
| Igor Trush 2005-09-22, 7:24 am |
|
"Grzesiek" <grybi@poczta.fm> wrote in message
news:dcluao$k16$1@ne
mesis.news.tpi.pl...
> Enybody know whot I must change in Oracle Reports or in register Because I
> must print from Oracle Reposrt in russian language!!!!
> Thanks!
>
>
The structure of NLS_LANG variable is:
language_territory.codepage
so it depends on your wish sto get right or wrong result.
with territory=AMERICANyo
u will get american currency sign,date format ,etc.
If you would like ENGLISH messages with RUSSIAN format of data, currency,
decimal delimiter, etc and RUSSIAN codepage
you should use AMERICAN_CIS.CL8*
for further information see "Globalization Support Guide" for Oracle 9i and
v$nls_valid_values
good luck
|
|
|
|
|