package zall; import java.util.Locale; /** * Zallery globally defined constants */ public interface ZalleryConstants { /** Session Constants **/ public static final String KEY_USER_MSG = "zall_user_message"; /** Language Key Constants **/ String LANG_BASENAME = "zall.lang.zallery_lang"; Locale LANG_DEFAULT = Locale.ENGLISH; }