-
Notifications
You must be signed in to change notification settings - Fork 0
12. Deploying your Translated App
tetherscript edited this page Jan 31, 2025
·
7 revisions
When you deploy or publish your app, you do not need to include any additional files, libraries or packages.
Do not include the contents of the \Translator folder, as it is not needed by your deployed app.
The Translator Translate function modifies the files in the target\Strings???\Resource.resw files. These .resw files get processed and bundled into a .pri (Package Resource Index) file at build time.
The only WinUiTranslator code used in a deployed app is in the TLocalizez class. If you don't use it's functions for dynamic translation or specials, it won't even be compile into the build.