In table localization is column lang with only 2 chars. It's good if you do not use country
I use for example 'de-CH', so I had to update that table with:
ALTER TABLElocalizationCHANGElang lang CHAR(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
In table
localizationis columnlangwith only 2 chars. It's good if you do not use countryI use for example 'de-CH', so I had to update that table with:
ALTER TABLElocalizationCHANGElanglangCHAR(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;