Click here to Skip to main content
15,884,298 members
Articles / Desktop Programming / MFC
Article

Languages Builder

Rate me:
Please Sign up or sign in to vote.
2.67/5 (5 votes)
12 May 2002 118.9K   2K   39   20
The tool is used to replace resource (*.rc) with data from an Excel file.

Sample Image - LanguagesBuilder.jpg

Introduction

If you want to develop an application that uses many languages (English US, Kanji, French, Japanese... ), you will prepare many resource files, right? Maybe you can put them into DLL files or anything you like. And here is my solution. I put all STRINGs in a Microsoft Excel file, and I make this tool read STRING from Excel file and build into many resources or executable files. This tool supports Unicode, so you can use it to build applications for Kanji, Korea or Vietnamese languages.

Your task is just to prepare an Excel file.

Steps:

  1. Run BuilderConfig to create initial Excel file.
  2. Open Excel file and enter strings for another language.
  3. Run LanguagesBuilder to generate multiple resources files or executable files.

Thanks all.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Vietnam Vietnam
// -------------------------------- //
// Personal Information //
// -------------------------------- //
Yahoo ID : dothanhtrongnghia
AOL : trongnghia95
ICQ : 151917542
Cell Phone : (84)-(90)-(3329867)

Comments and Discussions

 
GeneralThank you very mach! This is very great tools! Pin
libbyliugang3-Jun-08 5:19
libbyliugang3-Jun-08 5:19 
GeneralGlobalization using VisualBasic .NET and Oracle 10g Pin
ashit_barot21-Mar-05 19:01
ashit_barot21-Mar-05 19:01 
GeneralAccess Databases and Non-Western European Languages/Character Sets Pin
John Clump13-May-02 18:49
John Clump13-May-02 18:49 
GeneralRe: Access Databases and Non-Western European Languages/Character Sets Pin
bigZidane13-May-02 18:57
bigZidane13-May-02 18:57 
GeneralExcel File Format Pin
Andrew Welch3-Apr-02 7:05
Andrew Welch3-Apr-02 7:05 
GeneralRe: Excel File Format Pin
Wolfram Steinke3-Apr-02 11:15
Wolfram Steinke3-Apr-02 11:15 
GeneralRe: Excel File Format Pin
bigZidane3-Apr-02 14:43
bigZidane3-Apr-02 14:43 
GeneralRe: Excel File Format Pin
6-May-02 9:02
suss6-May-02 9:02 
GeneralPlease Teach me. Pin
2-Apr-02 21:07
suss2-Apr-02 21:07 
GeneralRe: Please Teach me. Pin
bigZidane2-Apr-02 21:26
bigZidane2-Apr-02 21:26 
GeneralSuggestion ! Pin
3-Apr-02 4:37
suss3-Apr-02 4:37 
GeneralRe: Suggestion ! Pin
bigZidane3-Apr-02 4:43
bigZidane3-Apr-02 4:43 
GeneralGood idea but why using EXCEL !!!! Pin
Jean-Michel LE FOL2-Apr-02 3:17
Jean-Michel LE FOL2-Apr-02 3:17 
GeneralRe: Good idea but why using EXCEL !!!! Pin
bigZidane2-Apr-02 16:04
bigZidane2-Apr-02 16:04 
GeneralRe: Good idea but why using EXCEL !!!! Pin
Alexandru Savescu8-Apr-02 22:13
Alexandru Savescu8-Apr-02 22:13 
GeneralRe: Good idea but why using EXCEL !!!! Pin
bigZidane9-Apr-02 6:48
bigZidane9-Apr-02 6:48 
GeneralRe: Good idea but why using EXCEL !!!! Pin
20-May-02 23:04
suss20-May-02 23:04 
GeneralRe: Good idea but why using EXCEL !!!! Pin
bigZidane21-May-02 0:46
bigZidane21-May-02 0:46 
Generalbroken links Pin
1-Apr-02 20:19
suss1-Apr-02 20:19 
GeneralRe: broken links Pin
benjymous1-Apr-02 22:45
benjymous1-Apr-02 22:45 
Works for me. Could be the spaces in the filenames upsetting your browser. Try:

http://www.codeproject.com/useritems/LanguagesBuilder/Languages%20Builder_src.zip
and
http://www.codeproject.com/useritems/LanguagesBuilder/Languages%20Builder_demo.zip

--
Help me! I'm turning into a grapefruit!

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.