i18n
Reference documentation for the i18n item in the Solution Explorer
Last updated
Was this helpful?
Reference documentation for the i18n item in the Solution Explorer
i18n in Servoy stands for Internationalization, referring to the process and tools for adding multi-language and multi-timezone support to solutions. It allows developers to create applications that can be easily adapted to different languages and regions.
A summary of commands available on this item via right-click context menu:
Opens the i18n Editor
Reads i18n Messages from the i18n table and writes them to the project workspace.
Reads i18n Messages from the workspace and writes them to the i18n table
The details for each command available on this item via right-click context menu:
Opens the i18n Editor
Will write i18n content from database (defined at solution level in i18n datasource) to workspace files. New keys will be inserted, existing keys will be updated, for deletes you choose to apply or ignore them.
Will write i18n content from workspace files (under resources project) to database table (defined at solution level in i18n datasource). New keys will be inserted, existing keys will be updated, for deletes you choose to apply or ignore them.
By right-clicking on the item details in the contextual list the user has the option to open the i18n Editor.
Last updated
Was this helpful?
Was this helpful?