Adds a set of email templates for the specified culture
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult RemoveEmailTemplateLanguage( string lang )
Parameters
- lang
- Type: SystemString
the culture code of the specified template
Return Value
Type: ActionResultView("EmailTemplates", List<EmailTemplate>)
See Also