Develop a solution for importing translations

Use OPC UA communication to import translations from another project.

Figure 1. Application example - client, login form
Figure 2. Application example - client, logged in Italian user
Figure 3. Application example - client, logged-in American user
Note: Download a sample project: ImportTranslations.zip

Prerequisites

Tip: The Client project imports data from the Server project.
To develop the server project
  1. Add users (server).
  2. Create a login form.
  3. Create a panel.
  4. Edit the localization dictionary.
  5. Create an OPC UA server.
  6. Arrange the interface elements.
  7. Save the project.
To develop the client project
  1. Add users (client).
  2. Add a login form (type).
  3. Create a client panel loader.
  4. Create a NetLogic that fetches panels.
  5. Create an OPC UA client.
  6. Arrange the interface elements.
  7. Save the project.
Figure 4. Application design example

Select Run to run server and client projects using the client emulator to test your project. To run the projects on a remote client, see Add a client device.