Hi Team,
Oracle apex Version : 20.1
Oracle DB : 12.1
My application have English and Arabic languages. I using interactive report to download the CSV Report.
My required is multiple language application need to download the CSV file (English and Arabic )
Database NLS_CHARACTERSET = AR8MSWIN1256
Application Info :
Arabic Version in application Level : (primary language in application)
When I selected Arabic language and download CSV Arabic values downloaded properly.
I checked the debug mode in Arabic version :
alter session set nls_language = ‘ARABIC’ nls_terrritory='UNITED ARAB EMIRATES'
NLS: CSV charset=ARAMSWIN1256
English Version in application Level :
When I selected the English language and downloaded CSV ARABIC values showing like ??????? it's not loaded
I checked the debug mode in English version :
alter session set nls_language = ‘AMERICAN’ nls_terrritory='AMERICANARAB EMIRATES'
NLS: CSV charset=WE8MSWIN1252
Table info : Arabic data stored and retrieval correctly.
Previous post I share the link here because how I am implemented multiple language in my application.
https://forums.oracle.com/ords/apexds/post/changing-the-language-in-oracle-apex-issue-6166#comment_6281207507483321405600694014571106549
@sylvain-martel @monica-godoy-oracle @fac586 - you have any idea about this issue.
Thanks & regards,
Mani.