In the class LabelMaker.java the method getResourceName() return wrong name.
You should use locale.toLanguageTag() or concat at least 2 strings manually _, e.g. menu_labels_fr_FR.properties.
For example, in Canada and in France using French, but different dialects.
In the class LabelMaker.java the method getResourceName() return wrong name. You should use locale.toLanguageTag() or concat at least 2 strings manually_, e.g. menu_labels_fr_FR.properties.
For example, in Canada and in France using French, but different dialects.