Ayvens is building multi-lingual applications with Thinkwise on Oracle.
These applications do are not just multi-lingual for menu's, labels etc but also have multi-lingual data.
To implement that, they need to get the current user's active language from code.
When running Thinkwise on MS SQL Server you can get the user's active language with:
select SESSION_CONTEXT(N'tsf_appl_lang_id');
When running Thinkwise on Oracle I would expect to be able to use:
select value from session_context where namespace = '?dont know?’ and ATTRIBUTE = ‘TSF_APPL_LANG_ID’;
But Thinkwise does not set session context on Oracle…
Please add the setting of session context to the Oracle implementation of the Thnikwise platform.

