Click here to Skip to main content
15,888,816 members
Articles / Desktop Programming / MFC
Article

Smart Translator

Rate me:
Please Sign up or sign in to vote.
3.13/5 (7 votes)
30 Nov 2000 168.3K   3.7K   55   40
Application to aid in the language translation of another application's resources.
  • Download source files - 156 Kb
  • Download Installer - 620 Kb
  • Sample Image - SmartTranslator.jpg

    Description

    I started writing SmartTranslator to provide the users of SmartFTP a simple way to translate their resource strings to other languages. First I looked on the web for an app that did this job, most cost money; since SmartFTP is Freeware, I didn’t want the users to have to pay for a third party product to be able to convert it. Thus, the idea for SmartTranslator was born and I started my first project that uses MFC.

    The Smart Translator Installer was kindly provided by Christian Skovdal Andersen.

    Introduction

    SmartTranslator demonstrates how to extract, update and write resources to executables. It uses the BeginUpdateResource, UpdateResource and EndUpdateResource functions, so it will only work on Windows NT 4.0 or Window 2000.

    Project Structure

    The classes are split into logical parts.

    CResourceInfois the base class for any translatable resource item
    CResourceExtractoris the class for extracting the resources. Here you can add your own resource types if you want
    CResourceWriteris the class for writing the translated resource back to a new file. The original file first copied to the new file after this the old resource gets deleted and the new resources are written.
    CProjectfor the Project Management
    CDictonaryis the class for building a simple Dictionary. The strings in the Dictionary are type dependent. This means one source string can have a translated string for each type or can use a common string.
    Note: the dictionary is not editable at this time. You can import some type of text using Glossary. Glossary is downloadable from ftp.microsoft.com.

    Requirements

    • You have to install the BCG Controls Library to compile and use this code. You can get it here.
    • For Use under Windows NT4.0 or Windows 2000 due to API requirements.
    • You will also need to add to your Tools/Options/Directories in VC++ the directory paths to the BCG bin directory and the BCGCB source directory from which libraries/DLLs and header files are used respectively.
    • Requires the latest Platform SDK installed for compilation to work correctly.

    Thanks To

    • Stas Levin for his great BCG Control Library
    • Norm Almond and David Wulff for the Office2000 File Open/Save Dialog.
    • Ashley Laurent for the CChartWnd Control
    • The Developers from the Wine project, which is allways a good place to get some information about windows programming.

    Updates

      November 27,2000
    • File Format changes old project file not longer working
    • Update resources works now for Version Informations
    • Fixed memleak Office2000Dlg
    • Version Updates now uses the orginal codepage
    • some other fixes

    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
    Germany Germany
    This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

    Comments and Discussions

     
    QuestionWhat about a sample Project file? Pin
    Uwe Keim23-Nov-00 8:38
    sitebuilderUwe Keim23-Nov-00 8:38 
    GeneralGreat tool, just what i am looking for.. Pin
    20-Nov-00 11:19
    suss20-Nov-00 11:19 
    General*.dic's galore :-) Pin
    David Wulff21-Nov-00 6:28
    David Wulff21-Nov-00 6:28 
    GeneralRe: *.dic's galore :-) Pin
    26-Nov-00 23:12
    suss26-Nov-00 23:12 
    GeneralRe: *.dic's galore :-) Pin
    26-Nov-00 23:12
    suss26-Nov-00 23:12 
    GeneralRe: *.dic's galore :-) Pin
    20-Apr-01 2:24
    suss20-Apr-01 2:24 
    GeneralCan't compile (missing definition for DS_SHELLFONT) Pin
    20-Nov-00 6:25
    suss20-Nov-00 6:25 
    GeneralRe: Can't compile (missing definition for DS_SHELLFONT) Pin
    Jason De Arte20-Nov-00 11:51
    Jason De Arte20-Nov-00 11:51 
    GeneralRe: Can't compile (missing definition for DS_SHELLFONT) Pin
    21-Nov-00 3:00
    suss21-Nov-00 3:00 
    GeneralRe: Can't compile (missing definition for DS_SHELLFONT) Pin
    21-Nov-00 11:08
    suss21-Nov-00 11:08 
    GeneralRe: Can't compile (missing definition for DS_SHELLFONT) Pin
    eunsil25-Sep-03 15:27
    eunsil25-Sep-03 15:27 
    GeneralRe: Can't compile: the solution Pin
    Tadeusz Dracz28-Nov-00 0:41
    professionalTadeusz Dracz28-Nov-00 0:41 
    GeneralRe: Can't compile (missing definition for DS_SHELLFONT) Pin
    Tadeusz Dracz28-Nov-00 0:45
    professionalTadeusz Dracz28-Nov-00 0:45 
    GeneralReally excellent, but... Pin
    Holger Persch19-Nov-00 20:33
    Holger Persch19-Nov-00 20:33 
    GeneralGood Work Pin
    19-Nov-00 9:31
    suss19-Nov-00 9:31 

    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.