Set OracleGlobalization for DateLanguage with Managed driver
Oracle.ManageddataAccess 21.13.0
How could I configure DateLanguage for OracleDate object?
I couldn't use SetThreadInfo() and GetClientInfo() methods of OracleGlobalization class.
If I use session methods (GetSessionInfo and SetSessionInfo) I couldn't get dates in Spanish format (DD/MM/YYYY). When I query to database and get OracleDate object with the date, always is in English format (MM/DD/YYYY) even though I had configured other format with Globalization session methods.
How could I do then?