Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetPixel / SetPixel Pin
jerry0davis12-Jan-04 2:15
jerry0davis12-Jan-04 2:15 
GeneralRe: GetPixel / SetPixel Pin
Jijo.Raj12-Jan-04 2:23
Jijo.Raj12-Jan-04 2:23 
GeneralRe: GetPixel / SetPixel Pin
jerry0davis12-Jan-04 2:32
jerry0davis12-Jan-04 2:32 
GeneralRe: GetPixel / SetPixel Pin
Jijo.Raj12-Jan-04 2:52
Jijo.Raj12-Jan-04 2:52 
GeneralRe: GetPixel / SetPixel Pin
jerry0davis12-Jan-04 2:54
jerry0davis12-Jan-04 2:54 
GeneralMultilingual (MFC) Pin
dodat12-Jan-04 1:22
dodat12-Jan-04 1:22 
GeneralRe: Multilingual (MFC) Pin
abcowherd12-Jan-04 1:36
abcowherd12-Jan-04 1:36 
GeneralRe: Multilingual (MFC) Pin
Prakash Nadar12-Jan-04 4:29
Prakash Nadar12-Jan-04 4:29 
First you need to compile your MFC application with unicode support (unicode MFC compilation in win9x does not work)
Then you put all your text elements of the dialog item in the resource and retrive the resouce string and update the ui in InitDialog(...)

So when you want to switch between languages, you simple change the text the resource table and that will be reflected on your application,
for this you need to recompile you code to make the switch.

In another case what you can do is to seperate out the resoure into seperate dll, Then load the resouce during runtime and also the strings from that dll,
so if you can have english.dll chinese.dll, depending on the dll you load your ui will be updated with the corresponding language.

I Touched Osama Bin Ladens Bushy Beard
GeneralConsole Codepage Change the console language to non english Pin
Anonymous12-Jan-04 1:00
Anonymous12-Jan-04 1:00 
GeneralNeed Help in DirectX Pin
msramachandran12-Jan-04 0:35
msramachandran12-Jan-04 0:35 
GeneralRe: Need Help in DirectX Pin
Jijo.Raj12-Jan-04 0:54
Jijo.Raj12-Jan-04 0:54 
GeneralRe: Need Help in DirectX Pin
ZoogieZork12-Jan-04 1:23
ZoogieZork12-Jan-04 1:23 
Generallistbox control Pin
Vijay_Mak12-Jan-04 0:22
Vijay_Mak12-Jan-04 0:22 
GeneralRe: listbox control Pin
ohadp12-Jan-04 2:13
ohadp12-Jan-04 2:13 
GeneralRe: listbox control Pin
Vijay_Mak12-Jan-04 16:45
Vijay_Mak12-Jan-04 16:45 
GeneralRe: listbox control Pin
ohadp12-Jan-04 18:53
ohadp12-Jan-04 18:53 
GeneralClipboard API calls Pin
impeham11-Jan-04 23:54
impeham11-Jan-04 23:54 
GeneralRe: Clipboard API calls Pin
pratheesh12-Jan-04 1:14
pratheesh12-Jan-04 1:14 
GeneralRe: Clipboard API calls Pin
impeham12-Jan-04 2:19
impeham12-Jan-04 2:19 
GeneralRe: Clipboard API calls Pin
pratheesh12-Jan-04 18:24
pratheesh12-Jan-04 18:24 
GeneralRe: Clipboard API calls Pin
impeham12-Jan-04 23:48
impeham12-Jan-04 23:48 
GeneralRe: Clipboard API calls Pin
pratheesh13-Jan-04 23:23
pratheesh13-Jan-04 23:23 
GeneralRe: Clipboard API calls Pin
David Crow12-Jan-04 5:13
David Crow12-Jan-04 5:13 
GeneralProblem with Wh_getmessage Hook Pin
percyvimal11-Jan-04 23:52
percyvimal11-Jan-04 23:52 
GeneralSend message from separate Thread Pin
Cedric Moonen11-Jan-04 23:18
Cedric Moonen11-Jan-04 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.