Interface Language

All Known Implementing Classes:
DefaultLanguage

public interface Language
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    look for Messages.properties in the clazz package by default
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getMessage(String key, String... args)
     
  • Field Details

    • ROLE

      static final String ROLE
    • DEFAULT_NAME

      static final String DEFAULT_NAME
      look for Messages.properties in the clazz package by default
      See Also:
  • Method Details