C

MCU.Config.translationStorageSection

Configures the resource storage section for the translation files.

Description

The translationStorageSection property, names a resource storage section for the translation files. It is set to "QulFontResourceData" by default. Any string is accepted.

See Internationalization and localization with Qt Quick Ultralite for more details.

Usage

This property is accepted in the main application .qmlproject file. It takes a string, and the default value is "QulFontResourceData".

Note: If you also configure MCU.Config.fontFilesStorageSection along with this property, reduces the storage used significantly by storing all localization resources in a single section.

Code example:

MCU.Config {
    translationStorageSection: "UserStorage1"
}

Since

This property was introduced in QmlProject API 2.12.

See also Internationalization and localization with Qt Quick Ultralite.

Available under certain Qt licenses.
Find out more.