Oracle Forms (MOSC)

MOSC Banner

change session nls_language within forms on runtime

edited Aug 23, 2009 8:18PM in Oracle Forms (MOSC) 3 commentsAnswered
Dear all;

how to make forms application multy-languages


i mean if you chose the english language  from a list on the form

the errors and the messages will be in English
and if you chose another language the errors and message will be in the same language;

this statement  works well within sqlplus
(alter session set nls_language=Arabic).
i put it in trigger pre_form
{   forms_ddl('alter session set nls_language=Arabic')   }
but it dose not  work
how i can make it work within forms;

thanks for all.
waiting for replay

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center