Show Chinese, English and Portuguese in PPC emulator at the same time
-
Now I am working on developing a Pocket PC application involving displaying Chinese, Portuguese and English altogether. I am using eVC++ 3.0 to develop and an English version emulator. But I found that the emulator is hardly to display those 3 languages altogether at the same time. Also I want to type Portuguese in the emulator. Would you have any methods to solve such kind of problems?:confused: Johnny Leong
-
Now I am working on developing a Pocket PC application involving displaying Chinese, Portuguese and English altogether. I am using eVC++ 3.0 to develop and an English version emulator. But I found that the emulator is hardly to display those 3 languages altogether at the same time. Also I want to type Portuguese in the emulator. Would you have any methods to solve such kind of problems?:confused: Johnny Leong
To solve the font-side of the problem, try to locate a set of TrueType fonts that will have all the character sets you need. Download them to the device's \Windows\Fonts directory to make them available. Regards, João Paulo