Globalization
& Localizations Interview Questions on ASP.Net(5)
1. Which namespaces are necessary to
create a localized application?
A.The System.Globalization and
System.Resources namespaces are essential to develop a localized application.
2. Differentiate globalization and
localization?
A.The globalization is a technique to
identify the specific part of a Web application that is different for different
languages and make separate that portion from the core of the Web application.
The localization is a procedure of configuring a Web application to be
supported for a specific language or locale.
3.Define a multilingual Web site?
A.A multilingual Web site serves
content in a number of languages. It contains multiple copies for its content
and other resources, such as date and time, in different languages.
4.What do you mean by a neutral
culture?
A.When you specify a language but do
not specify the associated country through a culture, the culture is called as
a neutral culture.
5.What are the Culture and UICulture
values?
A.The Culture value determines the functions,
such as Date and Currency, which are used to format data and numbers in a Web
page. The UICulture value determines the resources, such as strings or images,
which are loaded for a Web page in a Web application.
0 comments:
Post a Comment