RadListBox provides a mechanism for quick and easy localization.
		All button labels and messages in the control area are obtained from the resource
		files located in the WebSite's App_GlobalResources directory, so that the language
		can be switched with a single property (Culture).
		
		e.g. <telerik:RadListBox id="RadListBox1" runat="server" Culture="en-US" />
	
	
		Developers can also localize the component for languages, which are not provided
		with the RadListBox distribution by modifying the provided resx
		file.
	
	
		Additionally, each of the localization strings can be modified at runtime using
		the Localization property. This saves the need to create a new
		localization file to change a single string.