Hi,
Can anyone help me?
I need to know what is the equivalent of NLS_LANGUAGE or
NLS_CHARACTER _SET parameter of Oracle in DB2.
I want to see the current date in language other than english.
say in Arabic , so how do I do that?
For your information
the query
SELECT TO_CHAR(SYSDATE,'MON','NLS_DATE_LANGUAGE=ARABIC') FROM DUAL;
will return the month name (first 3 letters of the month) in Arabic language.
I wish to do the same in DB2.
Thanks in advance
mailar
