public interface TextProvider
Locale.| Modifier and Type | Method and Description |
|---|---|
String |
getText(String key,
Object... args)
Get the localized string according to the key, and replace any placeholders with the arguments.
|
String |
getTextOrNull(String key,
Object... args)
Same as
getText, but returns null if the key has no associated
string in the given locale. |
static final String copyright
String getText(String key, Object... args)
key - the key in the resource bundle.args - arguments to insert where the string contains placeholders.String getTextOrNull(String key, Object... args)
getText, but returns null if the key has no associated
string in the given locale.key - the key in the resource bundle.args - arguments to insert where the string contains placeholders.Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.