Interface NotificationLanguageStrategy
-
- All Known Implementing Classes:
DefaultEmailNotificationLanguageStrategy
public interface NotificationLanguageStrategyGet language strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<LanguageModel>getNotificationLanguage(CustomerModel customer)If chineseprofileaddon exist use the email language setting under personal detail page else use current site language
-
-
-
Method Detail
-
getNotificationLanguage
java.util.Optional<LanguageModel> getNotificationLanguage(CustomerModel customer)
If chineseprofileaddon exist use the email language setting under personal detail page else use current site language- Returns:
- language
-
-