Class LanguageUtils
java.lang.Object
de.hybris.platform.servicelayer.i18n.util.LanguageUtils
Util class for Language services.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisLanguagePresent(String isoCode) Check if language is missing.
-
Method Details
-
isLanguagePresent
Check if language is missing. Can be used in Impex to skip localized imports.- Parameters:
isoCode- Language code- Returns:
- True if no language found for the given isocode, otherwise false
-