User-257845529 posted
I'm building a simple CRUD interface on a database with a grid/detailsview. These asp.net components contain standard select, insert, update, delate and new commandbuttons. On the developermachine these commandbuttons have dutch commandtext by default. After
deploying to a webserver running IIS 7.5 all commandtext are in English. We tried to change Culture, UICulture and enabled Client Based Culture on the IIS server but still have english commands on our buttons. Also tried to put a globalization section in the
machine.config without any luck...
What's wrong?