QtDesignStudio/Localization FAQ: Difference between revisions
(Localisation enabler documented.) |
No edit summary |
||
Line 1: | Line 1: | ||
== Localisation == | == Localisation == | ||
Currently (QDS 4.6) supports english as the language for the user interface itself. We are doing the localisations to be more complete but until then the other languages are hidden. | Currently (QDS 4.6) supports english as the language for the user interface itself. We are doing the localisations to be more complete but until then the other languages are hidden. Official release of this feature is not set yet but it shall be out in year 2025. | ||
The translations are controlled by the ini file which has different location depeneding on the platform. Before we release the language support officially, user can enable what ever language they want by editing this file:<blockquote>Windows: <USER HOMEFOLDER\AppData\Roaming\QtProject\QtDesignStudio.ini | The translations are controlled by the ini file which has different location depeneding on the platform. Before we release the language support officially, user can enable what ever language they want by editing this file:<blockquote>Windows: <USER HOMEFOLDER\AppData\Roaming\QtProject\QtDesignStudio.ini |
Revision as of 09:01, 8 November 2024
Localisation
Currently (QDS 4.6) supports english as the language for the user interface itself. We are doing the localisations to be more complete but until then the other languages are hidden. Official release of this feature is not set yet but it shall be out in year 2025.
The translations are controlled by the ini file which has different location depeneding on the platform. Before we release the language support officially, user can enable what ever language they want by editing this file:
Windows: <USER HOMEFOLDER\AppData\Roaming\QtProject\QtDesignStudio.ini Linux/Mac: <USER HOME DIRECTORY>/.config/QtProject/QtDesignStudio.ini
Q: How do I enable other translation A: In the [% General] section of the INI file you have OverrideLanguage property, set this to the locale of your choice. By default it is set to C (= system default). Below is example where localisation is set to Japan (jp)
OverrideLanguage=jp