dotnetspider.com Home page
All Communities
DotNetInterviewQuestions&Answers
Difference between culture and uiculture in the context of Globalization?
My Profile
Sign In
Register
Links
Message Center
File Manager
Members
Hall Of Fame
Site Configuration
Difference between culture and uiculture in the context of Globalization?
Posted Date:
09 Feb 2012
Total Responses:
0
Posted By:
priyanarayan
Member Level:
Gold
Points: 15
In ASP.Net we can set 2 culture values.
a)Culture : Culture value affects culture dependent functions like date,number,currency formatting etc.
For eg: , it is the Culture setting that decides whether the date is in the dmy format or mdy format and what names to use for the month and for numeric values what the decimal separator is.
b)UiCulture : UiCulture value determines which resources are loaded for the page.
Eg: It controls things like which translated text to show etc.
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Post Reply
You must
Sign In
to post a response.
Next :
Define Internationalization,localization and globalization ?
Previous :
What is neutral Culture in the context of Globalization ?
Return to Discussion Forum
Post New Message
Category:
Related Messages
Custom control and usercontrol
what for global.asax file used
What is the difference between Server.Transfer and Server.Execute?
What is the difference between Server.Transfer and Response.Redirect?