Languages Builder






2.67/5 (5 votes)
Apr 2, 2002

119811

1976
The tool is used to replace resource (*.rc) with data from an Excel file.
- Download Languages Builder source files - 288 Kb
- Download Builder Config source files - 162 Kb
- Download demo project - 117 Kb
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:
- Run BuilderConfig to create initial Excel file.
- Open Excel file and enter strings for another language.
- Run LanguagesBuilder to generate multiple resources files or executable files.
Thanks all.