Is Name in the enumeration value properties translatable?

0
From the docs, I understand captions are both changable and translatable, whereas changing the name of an enumeration value is not allowed. In this case is name in the enumeration properties translatble?
asked
1 answers
0

See the documentation here: https://docs.mendix.com/refguide/enumerations/#enum-value-properties

An enumeration has a name and a caption. The name is the technical name and the caption is the value that you can change for each and every language so that depending on the language the end user will see a different value. In microflow you can use the getCaption command to retrieve the value so you can build up translatable strings.

Regards,

Ronald

 

 

answered