I'm trying to localize built-in BitRock variables. I need an English and a Spanish version. Unfortunately Yes and No buttons don't get translated automatically when picking a different language for the installer.
I found a solution in the documentation. There is a list of built in variables:
https://clients.bitrock.com/installbuilder/docs/en.lng
These can be overwritten in own language files.
I tried the following:
Spanish language file:
Installer.Button.Yes=&Sí
Installer.Button.No=&No
English language file:
Installer.Button.Yes=&Yes
Installer.Button.No=&No
When rebuilding my installer, I'm still getting the non-localized English Yes and No texts on the corresponding buttons. The language file seems to be added properly to the installer project, because the other translations appear well.