[RESOLVED] Different cultures
Hello
I have a little problem, i have one application where workers write the times that they spent doing some tasks, the computers they use have the culture pt-PT. After this the supervisor has to validate the values and send them to SAP, his machine has the culture en-US, and the SAP expect the values in a pre-defined format, right now it's like of the en-US, and i think this will not change. In the beginning when everyone was using the same culture, the application worked just fine, but right now, it isn't...
So what i need it's some advices to change the application in a way that in the future i don't have any problems with the cultures of the machines where my application will be used.
Just set the culture of my application to invariant? Set to some specific culture? Set the culture to the user culture? What are the recommendations?
*EDIT* - BTW the database it's in the SQL Server en-US, but the company it's updating the license and will install a new version and i don't know what culture it will have.
Thanks