In my team, some are developing using Swedish locale (albeit with English language) and others are using US-English. I prefer Swedish formatting of date/time/number/currency.
There's a bug in the formatting of the version field in the vcproj file which means that it's constantly being changed from comma to dot and back again, depending on who edited the file last.
The diffs look like this:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="TehProject"
ProjectGUID="{BDFA4CC2-70CA-4B98-AC31-FC233434B56A3}"
Any ideas how to resolve this? It's pretty minor, but it starting to get on my nerves. :)