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