How to get an internationalized version of a system text in java in 2.5.7.1

0
Hi, I want to translate a boolean in java. I've seen and old article and tried this, but in my Mendix 2.5.7.1 project I cannot find the class ModelerAPI. So how to get the following code in 2.5.7.1 working: String i18nKey = ModelerAPI.getSystemTextKeyMapping().get("mendix.widget.MxDataGrid.true"); String translation = Core.getInternationalizedString("en_US", i18nKey);
asked
1 answers
0

Maybe someone knows a nice trick, but ModelerAPI has been obfuscated for some time. I recommend filing a feature request for a Core method to get this information.

answered