LocalizedString
Published on Jan 8, 2024
VEC Version 2.1.0
1 min read
Allows the internationalization of text contents. Attributes of the type LocalizedString normally have the multiplicity [0..*]. This means that such an attribute can have multiple values for different locales. It must not have multiple values for the same locale.
General Information
Attribute | Value |
---|---|
Owner | core |
Applied Stereotype | |
Base Classifier | AbstractLocalizedString |
Is Abstract | false |
Derived Classifiers |
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|---|---|---|---|
languageCode | LanguageCode | 1 | References the corresponding languageCode of the value. |
AbstractLocalizedString |
value | String | 1 | The value of the LocalizedString in language defined by the languageCode. |
AbstractLocalizedString |
Previous
Classes
Last updated on Jan 8, 2024