Localize TTMSFNCTaskDialog

Hello,
How can I localize the button captions (tcbOK, tcbYes, tcbNo, tcbCancel, tcbRetry, tcbClose) to a respective language e.g. Spanish, German etc.on the fly?
Now they seem to be hard coded:
ButtonNames: array[TTMSFNCTaskDialogCommonButton] of string = ('OK', 'Yes', 'No', 'Cancel', 'Retry', 'Close');
Is the component not ready for localization?

Thank you!

Hi,

At this moment there is no option to change the default names, it’s something we can look into. However, as a workaround you can add custom buttons with any name you like.

Hi,

In the meantime we applied an improvement to use resourcestrings for the common button texts.The next update will contain this change.

Hi Tünde,

Thank you. When will the next update be available?

Hi Zsolt,

It was released yesterday. If you do an update to v7.1.1.0 it should be part of it.

Super! Thank you!