public interface LocalisationDao
| Modifier and Type | Method and Description |
|---|---|
LocalisedString |
getLocalisedString(String code,
String locale)
Gets a localised String.
|
void |
saveLocalisedString(String code,
String locale,
String content)
Saves a localised string with the specified code, locale and content.
|
LocalisedString getLocalisedString(String code, String locale)
code - Code of the string to getlocale - The locale to get the String for.void saveLocalisedString(String code, String locale, String content)
code - Code used to retrieve the string again.locale - Locale for the stringcontent - Content of the String.Copyright © 2011–2014 The Kuali Foundation. All rights reserved.