Expand Minimize
This topic has not yet been rated - Rate this topic

SPWeb.IsMultilingual property

Gets or sets a value that indicates whether a multilingual user interface is enabled for the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public bool IsMultilingual { get; set; }

Property value

Type: System.Boolean
true to enable; otherwise, false.
ExceptionCondition
SPException

You set the property to true on a website that has customized CSS files. Alternate languages are not supported on sites with customized CSS.

SPException

You set the property to true on a website based on a template that does not support a multilingual user interface.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.