public interface HasAppStrings
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAppStringMap()
Get all defined Strings from an app for the default language
|
Map<String,String> |
getAppStringMap(String language)
Get all defined Strings from an app for the specified language
|
Map<String,String> |
getAppStringMap(String language,
String stringFile)
Get all defined Strings from an app for the specified language and
strings filename
|
String |
getAppStrings()
Deprecated.
|
String |
getAppStrings(String language)
Deprecated.
|
@Deprecated String getAppStrings()
@Deprecated String getAppStrings(String language)
Map<String,String> getAppStringMap()
Map<String,String> getAppStringMap(String language)
language
- strings language codeCopyright © 2016. All rights reserved.