Package eu.woolplatform.utils.i18n
Interface I18nStringResolver
-
public interface I18nStringResolverThis class can return a string in the current language for a given resource ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharSequenceresolve(String resourceId)Returns the string for the specified resource ID.
-
-
-
Method Detail
-
resolve
CharSequence resolve(String resourceId)
Returns the string for the specified resource ID.- Parameters:
resourceId- the resource ID- Returns:
- the string
-
-