21-03-2019, 19:36
Hello Andy, sorry to say, but that isn't correct.
On the Config_Options for the latest WeatherDuino_4PESP8266_WD_v5.0_b009 software you only need to define the language code
The software will select the correct language file based on the language code.
On the Config_Options for the latest WeatherDuino_4PESP8266_WD_v5.0_b009 software you only need to define the language code
Code:
// --------------------------------------------------------------------------------------
// Define User Interface Language
// --------------------------------------------------------------------------------------
// Change the language code according to your preference.
// Currently available languages: en_GB, fr_FR, de_DE, pt_PT, es_ES, cs_CZ, nl_NL, it_IT, pl_PL
#define en_GBThe software will select the correct language file based on the language code.

