public final class BDMsg
extends org.crosswire.common.util.MsgBase
for license details.
Modifier and Type | Field and Description |
---|---|
private static org.crosswire.common.util.MsgBase |
msg |
private static org.crosswire.common.icu.NumberShaper |
shaper |
private static String |
VERSION
The current version of Bible Desktop.
|
Constructor and Description |
---|
BDMsg() |
Modifier and Type | Method and Description |
---|---|
static String |
getAboutInfo()
get an About string of the form "About App Name"
|
static String |
getApplicationTitle()
get the title of the application
|
static String |
gettext(String key,
Object... params)
Get the internationalized text, but return key if key is unknown.
|
private static String |
getVersion() |
static String |
getVersionedApplicationTitle()
get a title of the form "App Name v1.0"
|
static String |
getVersionInfo()
get a version string of the form "Version: 1.0"
|
private static org.crosswire.common.icu.NumberShaper shaper
private static final String VERSION
private static org.crosswire.common.util.MsgBase msg
public static String getApplicationTitle()
public static String getVersionInfo()
public static String getVersionedApplicationTitle()
public static String getAboutInfo()
private static String getVersion()