How do you set language in web.cofig ?

Answer Posted / shenil tom

add a
<system.web>
<globalization uiculture="" culture="" />

in the web. config section

or set both through dynamic coding..

Eg:
set uiculture in InitializeCulture page method override.
protected override void InitializeCulture()
{
this.UICulture = "he";
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is x xss protection?

758


Which dll handles the request of .aspx page?

764


Explain asp.net web forms.

831


Explain the difference between Repeater and Data list control in ASP.NET?

848


How Session use Cookies in State Management?

823


What is the concept of view state in asp.net?

794


Can you explain one critical mapping? Performance issue which one is better?

690


What is viewstate? In which event of the page life cycle, is the viewstate available?

820


Explain what does wsdl stand for?

749


Describe state management in asp.net?

791


What are the new navigation controls in asp.net 2.0?

769


Where code pages are used?

922


What is .net remoting?

837


How would you get asp.net running in apache web servers? Explain it's limitations.

766


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

781