Am 28.08.2017 um 12:39 schrieb Luis Concepcion:
I have noticed that my app shows a
'Cancel' and a
'Done' buttons when expanding a TComboBox. I need to translate those texto into spanish, but I'm not sure Where to change it.
There is a
TPopupDialog.Create constructor in
FMX.Picker.iOS.pas with:
FUICloseButton.setAction(sel_getUid('Cancel'));
{...}
FUIDoneButton.setAction(sel_getUid('Done'));
Can I change this here? Is it sure? There is no references in FMX.Consts.pas file.
I'm using Delphi Seattle, btw.
Thanks!
It might be that there's the call to translate missing there as well as
it is for the async MessageDialogs.
If this is the case we need another QP report and EMBT finally needs to
fix these issues!!! My report about these MessageDlg button captions
which are ressource strings and can thus only be translated in Win32
applications is open long enough already.
Greetings
Markus
Connect with Us