Adds a set of Content rows for the specified language
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddContentLanguage( string lang )
Parameters
- lang
- Type: SystemString
language code for the specified language (e.g. "en" or "en-US")
Return Value
Type: ActionResultredirect to ContentManagement view
See Also