|
|
|
|
|
- Overview
- Managing additional languages in WBSetup
- Using a custom WBSetup
WBSetup: Manage additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV websites. This project is a WINDEV project. This project supports French and English (US) by default. Note: You can add to this project all the functionalities you feel are important in the installation of a WEBDEV site. Managing additional languages in WBSetup To manage additional languages in WBSetup: - Open this project in WINDEV: click on
among the quick access buttons and select "Open a project".. By default, this project is found in the "Examples\WBSetup" directory of the installation directory of WINDEV. - Close all the windows opened in the window editor.
- Add the additional languages into the project description:
- on the "Project" tab, in the "Project" group, click "Description".
- in the "Languages" tab, add the necessary languages.
- Translate the interface of the project (windows, controls, and so on) as well as the code messages.
Reminder: WDMSG facilitates project translation by extracting all project messages (field labels, window titles, etc.) and reintegrating messages after translation.. WDMSG is an additional module of WINDEV. Contact PC SOFT Sales Department for more details about WDMSG. - Create a new executable: click on
among the quick access buttons and select "Generate 32-bit Windows executable".. In the wizard, don't forget to include the new languages in the executable. Note: You can change the executable name.
Attention: We recommend that you rename the custom WBSetup project directory.. Therefore, when installing an upgraded version of WEBDEV, the custom WDSetup project will not be overwritten and all your modifications will be stored.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|