You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > AddEmailTemplateLanguage Method

AdminControllerAddEmailTemplateLanguage Method

AuctionWorx 3.5 API
Adds a set of email templates for the specified culture

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult AddEmailTemplateLanguage(
	string lang
)

Parameters

lang
Type: SystemString
the culture code of the specified template

Return Value

Type: ActionResult
View("EmailTemplates", List<EmailTemplate>)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.