Class Language

    • Constructor Detail

      • Language

        public Language​(String code,
                        I18nizableText label)
        Creates a language
        Parameters:
        code - The code of the language
        label - The label of the language
    • Method Detail

      • getCode

        public String getCode()
        Get the language code
        Returns:
        The code
      • getSmallIcon

        public String getSmallIcon()
        Get the small icon flag image
        Returns:
        The path relative to the webapps
      • getMediumIcon

        public String getMediumIcon()
        Get the medium icon flag image
        Returns:
        The path relative to the webapps
      • getLargeIcon

        public String getLargeIcon()
        Get the large icon flag image
        Returns:
        The path relative to the webapps