Your are developing web application for particular language (e.g Spanish, English etc) , who used in several countries, but each countries each have their own standards for displaying dates and currencies. How your app can handle this things automatically ?

 Posted by Rajkatie on 12/26/2012 | Category: ASP.NET Interview questions | Views: 5021 | Points: 40
Select from following answers:
  1. Use String.Format and CurrentCulture
  2. Use Object.ToString to display dates and currency.
  3. Use String.Format and CurrentUICulture
  4. All Above

Show Correct Answer


Source: Microsoft Press book | | Alert Moderator 

Comments or Responses

Login to post response