java.lang.Object
org.marid.l10n.L10n
public class L10n extends Object
- Author:
- Dmitry Ovchinnikov
-
Constructor Summary
Constructors Constructor Description L10n() -
Method Summary
Modifier and Type Method Description static ResourceBundlegetMessagesBundle(@NotNull Locale locale)static ResourceBundlegetStringsBundle(@NotNull Locale locale)static Stringm(@NotNull String k, Object... v)static voidm(@NotNull Locale locale, @NotNull String k, @NotNull StringBuffer buffer, Object... v)static Stringm(@NotNull Locale locale, @NotNull String k, Object... v)static Strings(@NotNull String key, Object... ps)static voids(@NotNull Locale locale, @NotNull String key, @NotNull Formatter formatter, Object... ps)static Strings(@NotNull Locale locale, @NotNull String key, Object... ps)
-
Constructor Details
-
L10n
public L10n()
-
-
Method Details
-
s
-
s
-
s
-
m
-
m
-
m
public static void m(@NotNull @NotNull Locale locale, @NotNull @PropertyKey(resourceBundle="res.messages") @NotNull String k, @NotNull @NotNull StringBuffer buffer, Object... v) -
getMessagesBundle
-
getStringsBundle
-