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