Our site is MultiLingual. Client want to have a XForm available on site, Labels of XForms can be different in different language. I can't define labels of XForm in each language in XForm editor. I am wondering is it a bug and is there any workaround to deal with this situation.
[CultureSpecific] [Editable(true)] public virtual XForm Form { get; set; }
Unfortunately there is no language support for XForms today, your client needs to create a form for each language and make sure that your XForm property is language specific.
Hi,
Our site is MultiLingual.
Client want to have a XForm available on site, Labels of XForms can be different in different language. I can't define labels of XForm in each language in XForm editor. I am wondering is it a bug and is there any workaround to deal with this situation.
[CultureSpecific]
[Editable(true)]
public virtual XForm Form { get; set; }
Regards
/K