it.uniroma2.art.semanticturkey.i18n.I18NConstants Maven / Gradle / Ivy
The newest version!
package it.uniroma2.art.semanticturkey.i18n;
/**
* Constants related to i18n
*
* @author Manuel Fiorelli
*
*/
public abstract class I18NConstants {
public static final String MESSAGES_BUNDLE = "it.uniroma2.art.semanticturkey.l10n.Messages";
public static final String LANG_COOKIE_NAME = "translate.lang";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy