Package de.xima.fc.interfaces
Interface ILanguageTagProviding
-
- All Known Subinterfaces:
IFormReplacerParams,II18nValueReplacerParams,IPlaceholderValueParams,ISystemReplacerParams
- All Known Implementing Classes:
DefaultReplacerParameters
public interface ILanguageTagProvidingCommon interface for instances that can provide alanguageTag.- Since:
- 7.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLanguageTag()
-
-
-
Method Detail
-
getLanguageTag
String getLanguageTag()
- Returns:
- The language tag (
Locale.toLanguageTag()) provided by this object.
-
-