DotNetNuke 5.2
The DNNLocaleEditControl control provides a standard UI component for selecting a Locale

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class DNNLocaleEditControl : TextEditControl, 
	IPostBackEventHandler
Visual Basic (Declaration)
Public Class DNNLocaleEditControl _
	Inherits TextEditControl _
	Implements IPostBackEventHandler
Visual C++
public ref class DNNLocaleEditControl : public TextEditControl, 
	IPostBackEventHandler

Inheritance Hierarchy

See Also