Details
Description
Rule : Labels Internationalization
Line of code:
<fmt:message key="TAXE.label.Province">Province</fmt:message>
Labels Internationalization : Labels should be defined in the resource bundle
This is what has been done in our example, Province is the value by default
The requirement of Labels Internationalization implies that the key attribute is required in the message tag. Content in the message tag may be provided but is not required.
I suggest to use the check "Attribute Required" with the parameter "fmt:message.key", or "message.key".