The Fabasoft app.ducx resource language of Fabasoft app.ducx allows you to define resources such as string objects, error messages and symbols. Using the app.ducx resource language, you can create culture- and language-independent solutions as it allows you to avoid hard-coded, culture- and language-specific values in your solution.
A resource model block consists of import declarations and resource model elements. The resources keyword denotes a resource model block. It must be followed by the reference of your software component and curly braces.
Resource model blocks can only be contained in files with a .ducx-rs extension.
Syntax |
resources softwarecomponent // Resource model elements (symbols, strings, error messages) |