i have wrote an application that works on both english and chinese platform.

i have engange the method of setting the form localizable = true and have an appropriate resx file setup. I found my application works fine and perfect in windows XP (english version). I tested the chinese transalation too on this platform by settings currentUIculture to chinese.

but when i install my application on a genuine chinese version of window XP, i found that all my controls's width has widen which cause the layout of some of the controls allign off of the screen!?

did someone encourter this before? any idea about how and why of this problem?