Hi Everyone,
I use Oracle APEX for an application developped in English and translated in Hungarian for some Users (hu)

Currenlty APEX is expecting a comma as decimal separator for Hungarian users and don't accept the dot
But Hungarian users want to use decimal point
I already tried to put following code
execute immediate 'alter session set nls_numeric_characters=''. ''';
In Security attribute → Initialization PL/SQL Code

I have no issue with my English users, they can use dot and it works well
But my HUN Users got following error when connecting


Could help me please? “Scanners” is NOT a region but the name of my application
Thanks
Best regards,