I am working on a PC using french as default language.
When i using the C notes api function: NSFDbOpen, to open a database on a server, in a console application context, the login message is in french (and it’s ok).
The same code, using the same notes.ini and to open the same database on the same server, but in a graphical environment context, displays a login window with the english message:
A password is required to access ID file…
(… and it’s not ok)
How can i do to display the french version of the login window?
Thanks for your help