We have hundreds of web apps that need to support localization. Our back end is a combination of Asp.net Web API with legacy DB2 for IBM i.
To connect from C# to DB2 we use IBM Data Server Client 10.5 FP5 package -> managed .Net drivers.
With native .Net Drivers from Client Acccess for System i-package there was support to pass additional keywords (SortSequence/Language) along with ConnectionString.
To have this similar functionality with IBM.DATA.DB2-drivers feature request is made, but seems that there are no business justifications for it as it does not seem to progress at all.
https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=56495
Does anyone know any other method to pass culture info choices along with the rest of the db connection info to DB2 for IBM i ? (job desription, db2dsdriver.cfg, db2cli.ini)
Br, Kappas