I have a need to test an app (.Net) on a Taiwanese version of Windows.

Problems:

  • I can't read or speak Taiwanese
  • I don't know if it would be the same if I installed a version of Windows from MSDN on my computer and said I'm from Taiwan

Does anyone have any experience with this? How would I go about setting up an appropriate environment to test on?

link|improve this question

79% accept rate
feedback

2 Answers

up vote 4 down vote accepted

VMs are ideal for i18n testing. Create a VM for each OS languauge you need, and you're sorted. There is an "all languages" version of Windows, but since that isn't what your client is going to be using it isn't a true test.

To get the true experience, you do need to have the right OS language - for example, .NET error messages can be wildly different (let's hope nothing is coded to the exact strings ;-p). However, not knowing the text (to see what is right/wrong) could be a big problem.

link|improve this answer
Your fingers are approximately 10% faster than mine. – Adam Crossland Feb 23 '10 at 19:55
I was thinking that creating a VM was the right way to go, but would not having a foriegn IP (or something like that) be a big deal? I have a ClickOnce deployment and I'm wondering if going from a U.S. server to a Taiwanese one would cause a problem. – isorfir Feb 23 '10 at 19:59
1  
For a free VM tool, have a look at Sun's VirtualBox - virtualbox.org – Scott Smith Feb 23 '10 at 20:03
Not sure about the IP thing - it could be an issue if you are testing edge servers, so it all depends. VMWare Player is also free, btw. – Marc Gravell Feb 23 '10 at 20:13
1  
I find it hard to believe that the geolocation of your IP address has anything to do with the ability to use Windows 7 or an application in the language of your choice. That just doesn't make sense. After all, Taiwanese people travel and bring their laptops with them, right? – Adam Crossland Feb 23 '10 at 20:23
show 4 more comments
feedback

I can't read or speak Taiwanese

Fortunately, menu items etc are on the same relative position as on English windows, so e.g. to exit an application, just select the last item in the first menu ;-)

I don't know if it would be the same if I installed a version of Windows from MSDN on my computer and said I'm from Taiwan

If you have an MDSN Operating System license (or more), you can just download any language version.

Also, if you have Windows 7 Ultimate, you can switch languages on the fly.

link|improve this answer
I am working in Windows 7 Ultimate...but should I be worried about finding my way back to English? – isorfir Feb 23 '10 at 19:56
1  
Use virtual machines and don't worry about finding your way back to English. Moreover, never test on your development system. – Adam Crossland Feb 23 '10 at 19:58
@isofir You just have to remember the location of the command used to switch languages. – oefe Feb 23 '10 at 20:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.