Hi, I’m currently working on PHPMaker2023 and I’m having problems with the Languages or more precisely, the currency symbol.
I’ve set fields on Currency format, set the Locale settings on es-ES (I want to use €) and added a spanish.xml file to my project and also in Roaming\phpmaker2023\languages. It doesn’t work, not even showing the $ symbol.
By default the “es-ES” locale uses €, you do not need to do anything (no need to customize the locale under Tools → Locale Settings). Just make sure your language file uses the language id “es-ES”, not “es”.To show a field as currency, make sure you have set the format as “Currency” under View Tag.
I’ve also tried to delete these files and regenerate them, change the language to English, generate and change to Spanish.
I’ve read some code trying to find some function/class to add the proper currency symbol based on the language, and there doesn’t seem to be any or, at least, there don’t seem to be any being used.