Software development and regional testing.
Posted: 03 Feb 2012 13:30
'
Greetings,
I've been working on a very small program, only 10.000 lines
Now I want to do regional testing, I want to see how it behaves like in US, germany, france etc..
I guess changing the language won't be enough, don't tell me I need to have a windows copy for every region do I ?
I am afraid the answer is going to be yes, I know for example the time is formatted differently sometimes, with me is like
And then what are these codepages for and how does it helps ?
How does we make things work for everybody ?
Thanks
Greetings,
I've been working on a very small program, only 10.000 lines
Now I want to do regional testing, I want to see how it behaves like in US, germany, france etc..
I guess changing the language won't be enough, don't tell me I need to have a windows copy for every region do I ?
I am afraid the answer is going to be yes, I know for example the time is formatted differently sometimes, with me is like
Code: Select all
vr 03/02/2012 20:37:56,62
Code: Select all
chcp 850 %= codepage 850 =%
Thanks