Class StringLoader


  • public class StringLoader
    extends Object
    This class loads a Strings resource from a text file. The text file must contain one
    Since:
    0.12.0
    Author:
    Marco Schmidt
    • Field Detail

      • langCode

        private Integer langCode
      • resourceDirectory

        public static String resourceDirectory
        The directory of language resource files, default: /resources/lang/.
    • Constructor Detail

      • StringLoader

        public StringLoader()
      • StringLoader

        public StringLoader​(String iso639Code)