Package evo.search.view
Class LangService
- java.lang.Object
-
- evo.search.view.LangService
-
public class LangService extends Object
Property based translation helper.
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceBundle
langBundle
Language translation resource.
-
Constructor Summary
Constructors Constructor Description LangService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
get(String key)
Shortcut function to retrieve a translated string.
-
-
-
Field Detail
-
langBundle
public static final ResourceBundle langBundle
Language translation resource.
-
-