How can I make the Resource script files support arabic? In another words : How can I Create Dialog box that Show Arabic Words.
(I use the MFC and Create my recources by:
[Insert]->[Resource]-> .....
-------------
This is a discussion on Resouce Script and arabic??? within the Windows Programming forums, part of the Platform Specific Boards category; How can I make the Resource script files support arabic? In another words : How can I Create Dialog box ...
How can I make the Resource script files support arabic? In another words : How can I Create Dialog box that Show Arabic Words.
(I use the MFC and Create my recources by:
[Insert]->[Resource]-> .....
-------------
Don't know MFC. But you can either:
1. Use a unicode font in your dialog box & pass strings as wide chars.
2. Use an Arabic ISO8859-6 font & pass your strings as chars, using the ISO8859-6 (Arabic character set).