|
RADTranslate Overview: RADTranslate is a project which enables WinDev users to translate the text strings within the code templates (= .MDL files) of RAD 11. It first extracts the unique strings presents them in a Table for translation and then re-inserts the text into the proper places of the templates. RADTranslate offers a number of tools for WinDev users in order to get the job done. - You have to be aware that WinDev 11 had been the last version which allowed to edit the templates of RAD 11. Hence the name. However, you can use RAD 11 in Windev 15 and in Windev 14 too, but you cannot edit the windows or code directly. If you want to, you have to downlod / install WinDev 11. There is no problem to copy the templates into the correct subdirectories of WD15/WD14, they will work there just fine as expected! - Before fiddling, make a backup of the directory \WinDev14\Programs\Data\Models\RAD\WD - Be aware that you shouldn’t let translate the standard-names of the Windows (Form_ Table_ Vision_ etc) because you will need those names when windows are Open(..) or OpenChild(..) - you will need several tests until the translation works to your taste. RADTranslate stores translation files in order to be able to refine them later. The project is supplied as is with source code - you can adapt and tweek as you like! Support is limited to short explanations of specific functions. download:RADTranslate
|