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.
|
Map<String,String> getAppStringMap()
Map<String,String> getAppStringMap(String language)
language - strings language codeMap<String,String> getAppStringMap(String language, String stringFile)
language - strings language codestringFile - strings filenameCopyright © 2016. All rights reserved.