Example #1
0
 public static NotificationFormatting <LocalizedText> Format(this NotificationFormatting <LocalizedText> source, NotificationProperties?properties)
 {
     return(source.Transform(FormatText(properties)));
 }
Example #2
0
 public static NotificationFormatting <string> SelectText(this NotificationFormatting <LocalizedText> source, string language)
 {
     return(source.Transform(SelectText(language)));
 }