I am trying to use ListResourceBundle for localizing my web app. It works well but checkstyle shows warning “Name ‘Locale_en_US’ must match pattern ‘^[A-Z][a-zA-Z0-9]*$’.”. Is where any way to fix this except of changing checkstyle ruleset?
The post java ListResourceBundle checkstyle appeared first on BlogoSfera.