Class ClientConstants
- java.lang.Object
-
- com.github.dannil.scbjavaclient.constants.ClientConstants
-
public final class ClientConstants extends Object
Constants which hold specific values for use by the client.
- Since:
- 0.0.4
-
-
Field Summary
Fields Modifier and Type Field Description static Locale
LOCALIZATION_FALLBACK_LOCALE
The localization locale to use if a translation lookup fails (en, US).static String
LOCALIZATION_TRANSLATION_FILE_PREFIX
The prefix for the translation files.
-
-
-
Field Detail
-
LOCALIZATION_FALLBACK_LOCALE
public static final Locale LOCALIZATION_FALLBACK_LOCALE
The localization locale to use if a translation lookup fails (en, US).
-
LOCALIZATION_TRANSLATION_FILE_PREFIX
public static final String LOCALIZATION_TRANSLATION_FILE_PREFIX
The prefix for the translation files.
- See Also:
- Constant Field Values
-
-