Locale to restrict Search to. This field can be left empty for single language site

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Locale { get; set; }
Visual Basic
Public Property Locale As String
	Get
	Set

Remarks

E.g. A value en-US or nl-NL can specified to restrict search to a single locale .

See Also