"Grzesiek" <grybi (AT) poczta (DOT) fm> wrote
Quote:
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=AMERICANyou 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