QtDesignStudio/Localization FAQ: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
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


Linux/Mac: <USER HOME DIRECTORY>/.config/QtProject/QtDesignStudio.ini</blockquote>Q: How do I enable other translation
Linux/Mac: <USER HOME DIRECTORY>/.config/QtProject/QtDesignStudio.ini</blockquote>


Q: How do I enable other translation
<br>
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)<blockquote>OverrideLanguage=jp</blockquote>
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)<blockquote>OverrideLanguage=jp</blockquote>
<br>

Revision as of 09:02, 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