Can anybody give me pointers, I have worked through the help documentation but for the life of me, I cannot resolve the locale settings (Internationalization). (v2022)
I have copied the language file and made the changes as per documentation - no luck.
I have tried Tools > Local Settings and set it from there, still no locale file generated and still no change in locale - no luck
I have tried to change the language file from Tools > Local Settings - still only Enlish (US) as option - no luck here either
I have checked the Multilanguage Project … - still no luck
I have copied the language file and made the changes as per documentation
The existence of language files is not related to locale settings. Locale settings for all locales (supported by PHP) always exists.
I have tried Tools > Local Settings and set it from there, still no locale file generate
Locale files will only be generated if the language is used in the project (i.e. selected as Default language in single-language project or selected languages in multi-language project) and that locale is customized by Tools → Local Settings. The locale file is generated in \locale.
I have copied the default language file (english.xml) and renamed it to 1. en_za.xml, and 2. de_de.xml to see if the currency/date formats/etc. actually changes when I change the root entry in the respective files (the rest of the language file I left the same for testing, i.e. English names/tags), from:
The location of these files are located in C:\Program Files (x86)\PHPMaker 2022\appdata\languages (the default installation folder - with the original “english.xml” file). So according to the help file I then should have these options available to select as default language (or in a multi-language project). But I only see “English (US)”.