How can i make my application support multiple language in PocketPC
-
Hi All, I'm developing an application in PocketPC which only supports for English language. I want to use all my resource as a different language. I put all string in a .rc file. How could i do it for PocketPC. Any suggestion is most welcome. Regards Gopa
Put all the resources on a DLL that you will load dynamically at application startup. Each DLL will have its own language. Regards, João Paulo Figueira Embedded MVP
-
Put all the resources on a DLL that you will load dynamically at application startup. Each DLL will have its own language. Regards, João Paulo Figueira Embedded MVP
Thnks for your answer. But I'm doing that. Do I need to install eVC++ for different language to make .dll?. Regards Gopa
-
Thnks for your answer. But I'm doing that. Do I need to install eVC++ for different language to make .dll?. Regards Gopa
Gopabandhu Patra wrote: Do I need to install eVC++ for different language to make .dll? No, just specify the correct languange in project settings (Alt+F7) on the "Resources" tab. Regards, João Paulo Figueira Embedded MVP
-
Gopabandhu Patra wrote: Do I need to install eVC++ for different language to make .dll? No, just specify the correct languange in project settings (Alt+F7) on the "Resources" tab. Regards, João Paulo Figueira Embedded MVP
Thanks for your reply. I'm facing a problem. After making .dll for different language I'm junk value in a message box. I make a .dll in Japanese language. But the message box showing Junk character. Can you please help me for this. What to do for this? Regards Gopa
-
Thanks for your reply. I'm facing a problem. After making .dll for different language I'm junk value in a message box. I make a .dll in Japanese language. But the message box showing Junk character. Can you please help me for this. What to do for this? Regards Gopa
Install Japanese fonts on the Pocket PC. Regards, João Paulo Figueira Embedded MVP
-
Install Japanese fonts on the Pocket PC. Regards, João Paulo Figueira Embedded MVP
How to develop this type of DLL Can you give my informations? Thank you. I want to developp an application for French, English,... Thank You
-
How to develop this type of DLL Can you give my informations? Thank you. I want to developp an application for French, English,... Thank You
What is your development environment / framework? Regards, João Paulo Figueira Embedded MVP
-
What is your development environment / framework? Regards, João Paulo Figueira Embedded MVP
I develop with eVC. My platform has been develop with Platform Builder.
-
Install Japanese fonts on the Pocket PC. Regards, João Paulo Figueira Embedded MVP
Where can I get Japanese OS for Pocket PC2002 and PPC2003.
-
Where can I get Japanese OS for Pocket PC2002 and PPC2003.
Gopabandhu Patra wrote: Where can I get Japanese OS for Pocket PC2002 and PPC2003. In Microsoft? Regards, João Paulo Figueira Embedded MVP
-
Gopabandhu Patra wrote: Where can I get Japanese OS for Pocket PC2002 and PPC2003. In Microsoft? Regards, João Paulo Figueira Embedded MVP
Can you please tell me the Procedure shall i follow so that I can Localise my application in the PocketPC2002 and PPC2003.Localise means, I need to run my application as user needs. If user needs Chinese language for my application I need to give in chinese, If user needs Japanese then also I need to give in Japanese language. Can you please tell me the details procedure and also what will be the requirement for PocketPC.