All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swak.i18n.constants.I18nConstants Maven / Gradle / Ivy

The newest version!
package com.swak.i18n.constants;

/**
 * @author colley.ma
 * @since 3.0.0
 */
public class I18nConstants {

    public final static String [] I18N_RESULT_BASE_NAMES = new String[] {"i18n/ResultMessages"};

    public final static String [] I18N_DICT_BASE_NAMES = new String[] {"i18n/DictMessages"};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy