in Technology by

What are the concepts of Globalization and Localization in .NET?

1 Answer

0 votes
by

Localization means "the process of translating resources for a specific culture", and Globalization means "the process of designing applications that can adapt to different cultures". 

  • Proper Globalization
    Your application should be able to Accept, Verify, and Display all kinds of global data. It should well also be able to operate over this data, accordingly. 
     
  • Localizability and Localization
    Localizability stands for clearly separating the components of culture-based operations regarding the user interface, and other operations from the executable code.

.NET framework has greatly simplified the task of creating the applications targeting the clients of multiple cultures. The namespaces involved in creation of globalize, localizing applications are,

  • System.Globalization
  • System.Resources
  • System.Text

Related questions

0 votes
    I am working on a WinForms application programmed in C# .NET 2.0 and VS2008. I am just about to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 20, 2022 in Education by JackTerrance
0 votes
    I am trying to localize a desktop app (C#) in VS2008. I have mastered localizing the forms for ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    Which of the following are the key concepts of Functional Programming a. Immutability b. Pure functions c. Inheritance d. Referential Transparency...
asked Mar 7, 2023 in Technology by JackTerrance
0 votes
    What are the key concepts of Elasticsearch?...
asked Dec 4, 2020 in Technology by JackTerrance
0 votes
    What concepts are key aspects of the Jenkins pipeline?...
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    Explain the concepts; Temp data, View, and Viewbag?...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    NiFi’s fundamental design concepts relate closely to the main ideas of Flow-based Programming (FBP). (1)False (2)True...
asked Apr 18, 2021 in Technology by JackTerrance
0 votes
    Explain the concepts of Computer and Information system with their component. Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Explain the following concepts: 1. Cold War 2. Non-Aligned Movement Please answer the above question....
asked Aug 20, 2022 in Education by JackTerrance
0 votes
    Explain the following concepts: 1. Interdependence 2. Bipolarisation 3. Globalization Please answer the above question....
asked Aug 20, 2022 in Education by JackTerrance
0 votes
    Explain the following concepts: (1) India’s Foreign Policy : (2) National Interest (3) World Peace Please answer the above question....
asked Aug 18, 2022 in Education by JackTerrance
0 votes
    Explain the following concepts: 1. Veto 2. UNICEF Please answer the above question....
asked Aug 14, 2022 in Education by JackTerrance
0 votes
    Explain the following concept. Right based approach Please answer the above question....
asked Aug 14, 2022 in Education by JackTerrance
0 votes
    Explain the following concepts: Decentralisation: Please answer the above question....
asked Aug 14, 2022 in Education by JackTerrance
0 votes
    Explain the following concepts: 1. Millennium Development Goals 2. International Criminal Court Please answer the above question....
asked Aug 6, 2022 in Education by JackTerrance
...