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
Why do we need url encoding?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Describe how to implement globalization and localization in the use interface in .net.
Describe the events in the life cycle of a web application.
Why do we use sessions?
Can we set master page as a start page?
What is the difference between executescalar and executenonquery?
Which asp.net objects encapsulate the state of the client and the browser?
What is aspect-oriented programming?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Why do you use the app_code folder in asp.net?
How will create assesblies at run time?
What is the main difference between Asp.net and Vb.net?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Explain State management in asp.net