You can set your project's language during runtime by using the SetLanguage function anywhere that an expression can be configured.
This procedure assumes that you have already added at least one target language to the Translation Table. For more information, see Adding a language.
The SetLanguage function takes one parameter: a numeric code representing the target language. The codes are shown in parentheses in the list of languages — for example, English-United States is 1033.
The following very basic example shows how to draw two Button objects that switch the project's language between English and French.