How to localize win32 dialogs?
Posted
by Alien01
on Stack Overflow
See other posts from Stack Overflow
or by Alien01
Published on 2010-04-08T06:29:29Z
Indexed on
2010/04/08
6:33 UTC
Read the original article
Hit count: 400
I am working on Win32 dialogs with various controls like Static Text , Checkbox etc and all the strings need to be localized for different languages. I have designed the dialogs for US intl . But when I put localized strings those, not fitting properly and I have to change layout for each intl.
Is there a better way to do this?
Can I create one dialogs with one layout that should work with all Intsl???
© Stack Overflow or respective owner