How do i translate my groupname here?
[Display(Name = "Body", GroupName = "Main Body", Order = 400)]
public virtual XhtmlString Content{ get; set; }
I cant have spaces in my xml like this:
<groups><Main Body> Content</Main Body></groups>
Is there a solution to this?