This is correct and unfortunately works the same for all widgets that have a straight expression in them instead of a caption / template.
As a workaround, you can do various things:
- Make a decision for the selected language and add a separate "show confirmation" for each language
or, my personal preference:
- Make one or more enums that have the correct title / question / proceed button caption / cancel button caption in them, and add those to the "Show confirmation" action. Since enums do have translations, you can still use the batch translation feature to translate everything and it's automatically set correctly based on the user's language.
None of these are ideal, but in the absence of a better way, this does work.