Click here to Skip to main content
15,902,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: expert advice needed (query results) Pin
BlackDice29-Mar-04 5:04
BlackDice29-Mar-04 5:04 
GeneralRe: expert advice needed (query results) Pin
ohadp29-Mar-04 4:30
ohadp29-Mar-04 4:30 
GeneralRe: expert advice needed (query results) Pin
basementman29-Mar-04 4:40
basementman29-Mar-04 4:40 
GeneralRe: expert advice needed (query results) Pin
BlackDice29-Mar-04 5:06
BlackDice29-Mar-04 5:06 
General[eVC] Internationalization and Multiple Language Support Pin
GuilhemMtp29-Mar-04 2:51
GuilhemMtp29-Mar-04 2:51 
GeneralRe: [eVC] Internationalization and Multiple Language Support Pin
ohadp29-Mar-04 4:27
ohadp29-Mar-04 4:27 
GeneralRe: [eVC] Internationalization and Multiple Language Support Pin
Anonymous30-Mar-04 7:50
Anonymous30-Mar-04 7:50 
GeneralRe: [eVC] Internationalization and Multiple Language Support Pin
ohadp30-Mar-04 18:53
ohadp30-Mar-04 18:53 
You should work with the win32 string resources.
Once your application uses the resource strings, you can start creating duplicate entries in your string table, but for different languages.

Open up one of your string-tables in the resource editor and you will see that you can choose a language for it.

simply take the string-table you have created, right-click it and select 'insert copy', then for this copy change the language.

now you need to go over your duplicated string-table and translate everything to the language you chose.

now, in order to compile your application (as an EXE, not DLL at this moment), simply go to the .rc file's properties inside VC, and either choose the language you want from the menu, or add the appropriate preprocessor definition so that the .rc file takes the strings of the chosen language only.

this way you get a localized EXE.
GeneralSelf-decoding application Pin
Member 97865129-Mar-04 2:36
Member 97865129-Mar-04 2:36 
GeneralRe: Self-decoding application Pin
Antony M Kancidrowski29-Mar-04 3:00
Antony M Kancidrowski29-Mar-04 3:00 
GeneralRe: Self-decoding application Pin
Anonymous29-Mar-04 3:37
Anonymous29-Mar-04 3:37 
GeneralRe: Self-decoding application Pin
Antony M Kancidrowski29-Mar-04 3:59
Antony M Kancidrowski29-Mar-04 3:59 
GeneralRe: Self-decoding application Pin
Vojtech Havir-29-Mar-04 6:27
sussVojtech Havir-29-Mar-04 6:27 
GeneralRe: Self-decoding application Pin
Antony M Kancidrowski29-Mar-04 7:01
Antony M Kancidrowski29-Mar-04 7:01 
GeneralRe: Self-decoding application Pin
vahvir29-Mar-04 3:40
sussvahvir29-Mar-04 3:40 
GeneralRe: Self-decoding application Pin
Anonymous29-Mar-04 3:41
Anonymous29-Mar-04 3:41 
GeneralRe: Self-decoding application Pin
Antti Keskinen29-Mar-04 4:45
Antti Keskinen29-Mar-04 4:45 
GeneralRe: Self-decoding application Pin
Paul Charles29-Mar-04 4:08
Paul Charles29-Mar-04 4:08 
GeneralSave/Load Dialog Pin
tareqsiraj29-Mar-04 1:29
tareqsiraj29-Mar-04 1:29 
GeneralRe: Save/Load Dialog Pin
Member 97865129-Mar-04 2:40
Member 97865129-Mar-04 2:40 
GeneralRe: Save/Load Dialog Pin
Antony M Kancidrowski29-Mar-04 2:58
Antony M Kancidrowski29-Mar-04 2:58 
QuestionWhich frormat is used for file DRAG to windows explorer ? Pin
vgrigor29-Mar-04 1:16
vgrigor29-Mar-04 1:16 
AnswerRe: Which frormat is used for file DRAG to windows explorer ? Pin
ohadp29-Mar-04 4:25
ohadp29-Mar-04 4:25 
GeneralRe: Which frormat is used for file DRAG to windows explorer ? Pin
vgrigor29-Mar-04 4:32
vgrigor29-Mar-04 4:32 
GeneralRe: Which frormat is used for file DRAG to windows explorer ? Pin
ohadp29-Mar-04 4:46
ohadp29-Mar-04 4:46 

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.