Tuto WEBDEV 25

236 Part 5: Let’s continue the development What is a multilingual site? A multilingual site is a site that proposes an interface in several languages: English, French, German or any other language. The same site created with WEBDEV can propose up to 64 different languages. We are going to handle a project that can be run in English or in French, according to the user’s choice. The following steps are used to transform a site into a multilingual site: • Choosing the project languages. • Localizing the project elements (pages, reports, controls, ...). • Localizing the messages found in the code. • Programming the change of language in the site. We are going to apply these different steps to the "Full_WEBDEV_Site" project. This project, available in English, will be translated into French. Answer If you did not perform the operations in the previous lessons, you can follow this lesson by opening a corrected project: in the WEBDEV home page (Ctrl + <), click "Tutorial" and select "Full WEBDEV Site (With pages)". Choosing the project languages ▶ The first operation consists in choosing the project languages. 1. Display the project description: on the "Project" pane, in the "Project" group, click "Description". 2. Click the "Languages" tab. Our project will support English and French.

RkJQdWJsaXNoZXIy NDQ0OA==