C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Debasis Saha(5)
Mark Pelf(4)
Sarathlal Saseendran(3)
Sandhiya Priya(2)
Geo J Thachankary(2)
Sanwar Ranwa(2)
Satyaprakash Samantaray(2)
Saineshwar Bageri(2)
Ibrahim Ersoy(2)
Moses Soliman(2)
Mohammad Elsheimy(2)
Shivprasad (2)
Pradeep Kellangere(2)
Rohit Gupta(1)
Rajesh Gami(1)
Saurav Kumar(1)
Sanjay Kumar(1)
Shilpa Tanwar(1)
Sandeep Mishra(1)
Gajendra Jangid(1)
Ramprakash Duraisamy(1)
Ajay Kumar(1)
Md Sarfaraj(1)
Keyur (1)
Sardar Mudassar Ali Khan (1)
Mushtaq M A(1)
Ankush Agnihotri(1)
Varun Setia(1)
Anjali Joshi(1)
Andranik Harutyunyan(1)
Shivam Tiwari(1)
Mark Blackwood(1)
Ahmad Mozaffar(1)
Satheesh Elumalai(1)
David Mccarter(1)
Ankit Sharma(1)
Sumit Singh Sisodia(1)
Nanddeep Nachan(1)
Rajeesh Menoth(1)
Thiruppathi R(1)
Anbu Mani(1)
Ajang Rokim(1)
Madan Bhintade(1)
Rick Malek(1)
Mehak Jain(1)
Manas Mohapatra(1)
Anoop Kumar Sharma(1)
Jeff Hansen(1)
Jignesh Trivedi(1)
Abhay Shanker(1)
Sourabh Mishra(1)
Lakshmanan Sethu Sankaranarayan(1)
Abhishek Kumar Ravi(1)
Abhimanyu K Vatsa(1)
Vithal Wadje(1)
Prabhakar Maurya(1)
Manish Tewatia(1)
Ravikumar Raja(1)
Krishna Garad(1)
Deepak Sharma(1)
Mukesh Nayak(1)
Deepak Dwij(1)
KondalaRayudu ValaVala(1)
Kevin Wang(1)
Brijesh Kumar(1)
Vipin Yadav(1)
Pradeep Chandraker(1)
Ashish Tripathi(1)
Diptimaya Patra(1)
Prasham Sabadra(1)
Thinathayalan Ganesan(1)
Munir Shaikh(1)
Anand Thakur(1)
Bharadwaj Sridharan(1)
Brijraj Singh(1)
Santhi Maadhaven(1)
Ashish Singhal(1)
Ramaprasad Upadhyaya(1)
Rick Malek(1)
Abebe Assefa(1)
Gred Klevesaat(1)
Resources
No resource found
Cosmos Reason 2: What NVIDIA’s reasoning VLM is and how to use it for physical AI
Jan 08, 2026.
Learn what Cosmos Reason 2 is and how NVIDIA’s reasoning vision-language model helps AI see, understand, and act in the physical world, with practical workflows, integration patterns, and deployment tips.
Globalization and Localization in ASP.NET Core
Jan 01, 2026.
Explore globalization and localization in ASP.NET Core. Learn to build culture-aware apps with date/currency formatting, UI translation, and resource files for diverse users.
Multi-Language CRUD Project in ASP.NET Core Web API
Jan 01, 2026.
Build a multi-language ASP.NET Core Web API with CRUD operations! Learn to implement localization using resource files and the IStringLocalizer for global reach.
Handling Multi-Language Content in REST APIs | ASP.NET Core
Nov 10, 2025.
Learn how to build multi-language REST APIs with ASP.NET Core. This guide covers database and file-based localization, best practices, and performance tips for global readiness.
Difference between Globalization and Localization Testing
Sep 15, 2025.
Globalization and Localization testing are vital for software success in international markets. Globalization (G11n) ensures software adapts to various regions without major code changes, focusing on language independence and cultural sensitivity. Localization (L10n) tailors the software to specific locales, ensuring accurate translation and cultural relevance.
ASP.NET Core Localization with Automated Translations via Result Filters
Mar 28, 2025.
Enhance ASP.NET Core localization by leveraging automated translations via result filters. This approach enables dynamic content translation in API responses, improving multilingual support.
Implementing Localization in ASP.NET Core Web API
Dec 16, 2024.
Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
Learn Use of Converters in WPF C#
Aug 20, 2024.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles multiple values (e.g., combining first and last names).
How to Implement Localization in Next.js?
Aug 05, 2024.
. This guide covers the basics of internationalization (i18n), setting up Next.js for multiple languages, managing translations, and dynamically rendering content based on the user's language preference.
Global Reach with Localization of Microsoft Copilot
Jul 03, 2024.
Discover its impact on multilingual AI adoption, enhancing user experience across diverse languages and cultures. Learn about Microsoft's approach to internationalization and the seamless integration of Copilot in various linguistic contexts, ensuring broad accessibility and usability worldwide.
Internationalization (i18n) and Localization in Angular with .NET Core
Jun 27, 2024.
Explore the process of implementing Internationalization (i18n) and Localization in Angular applications integrated with the .NET Core backend. Learn to support multiple languages, manage translations, and deliver culture-specific content.
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
Apr 02, 2024.
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling developers to efficiently manage culture-specific resources within their web applications.
Multilingual Application with single Resx file - Forms Validation Strings
Apr 01, 2024.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring seamless user experience across different languages.
ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach
Apr 01, 2024.
Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization, leveraging resource files and innovative techniques.
How to Implement DateTime Localization in Vue.js
Mar 29, 2024.
DateTime localization in Vue.js customizes date and time displays to users' language and region preferences. Utilizing Intl.DateTimeFormat API, developers format dates dynamically for personalized interfaces across diverse global audiences.
How Do You Implement Number Localization in Vue.js
Mar 28, 2024.
In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format numbers for a culturally sensitive user experience.
ASP.NET 8 - Multilingual Application with Single Resx File
Mar 27, 2024.
Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages seamlessly.
How to Use Multilingual Language in Canvas PowerApps
Mar 20, 2024.
Discover how to implement multilingual language support in Canvas PowerApps effortlessly. Utilize language resource files and dynamic text switching for seamless localization. Enhance user experience by enabling language selection and supporting global audiences with ease.
Localization in .NET Core Web API
Jan 02, 2024.
This article on Localization in .NET Core Web API. Learn why it matters, set up localization, create resource files, and implement practices for inclusive user experiences worldwide.
Adding Multi-Language Support to Flutter Apps
Dec 04, 2023.
In this article, you will learn how to add multi-language support to your Flutter app. You will explore the steps for setting up language assets, creating language files, and implementing the necessary localization logic. By providing seamless translation and support for a global audience, you can enhance the user experience of your Flutter mobile application.
Dealing with Date and Time in Humanizer in C#
Dec 01, 2023.
Learn how to handle date and time in a user-friendly way in C# projects using Humanizer. Covering DateTime and TimeSpan humanization with customization options and real-world use cases for improved user experience.
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
Sep 04, 2023.
Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide translated content. Here, I'll provide a step-by-step example of how to achieve this. In this example, we'll create a simple Web API that supports English and Spanish languages.
Localization in .NET MAUI
Jun 15, 2023.
Localization in .NET MAUI
Globalization And Localization In .NET Core
Jan 17, 2023.
In this article, you will learn about Globalization and localization (Multilingual Applications) in ASP.NET Core.
Implement Globalization And Localization In .NET 6 And Blazor WebAssemly App
May 30, 2022.
In this article, you will learn how to implement Globalization and Localization in .NET 6 and Blazor WebAssemly App.
Support Multilanguage (Localization) In iOS Swift
Feb 17, 2022.
This article explains multiple language support to your app in iOS Swift
SQLite Localization In Blazor Server
Mar 03, 2021.
In this article, you will learn about SQLite Localization in Blazor Server.
Localization in Angular Application using Angular Locale
Feb 21, 2021.
In this article, we discuss related to the localization or internalization in an Angular Application. In this article, we use the Angular Locale Package for this purpose.
Bilingual with .Net Core MVC or Globalization And Localization In ASP.NET Core MVC 3.1
Jan 11, 2021.
This article is about globalization and localization in ASP.NET Core MVC 3.1 and the hierarchy of the resource file and folder in the project.
Building a Multilingual Web Application Using .NET - Part Two
May 18, 2020.
This article shows a step-by-step process to create a multilingual website with validation using ASP.NET MVC. Multilingual means that we can implement the website in multiple languages.
Building 🏗️ Multilingual Web Application Using .NET - Part One
May 11, 2020.
This article explains the basic understanding of developing multilingual applications Using three steps these are globalization, localizability review and localization.
7 Most Common Localization Problems In Websites And Software
Apr 10, 2020.
The development process of a website of software for the international market involves a step where the product should be transformed from supporting only one language to multiple. Often, this step goes not as efficiently as planned, as product teams run into numerous localization issues.
Localize Your Blazor Applications and Build UIs to Support Multiple Langauges Without JS
Mar 29, 2020.
In this article, learn how to develop Blazor applications that support more than 69 languages with a Nuget package and online translator tool for your content.
Angular Content Localization Using ngx-translate
Feb 13, 2020.
This guide covers setting up ngx-translate, managing translation files, and integrating multilingual support seamlessly into your Angular project to enhance user experience across different languages.
Localization In Blazor Server With .NET Core 3.1
Dec 14, 2019.
In this post, we will see how to implement localization in a Blazor server app. We will create an Employee app with all CRUD actions and create localization resource files for English and Malayalam cultures. This app will detect the browser language automatically and show the localized text accordingly.
Comparing Strings with Globalization and Performance in .NET
Nov 12, 2019.
Efficiently compare strings in .NET considering globalization for culture-aware operations. Optimize performance by selecting appropriate StringComparison and CultureInfo options, ensuring accurate and efficient text processing in diverse linguistic environments.
Localization In Angular 8 Employee App
Jul 15, 2019.
In this post, we will see how to create an Employee app in different languages using i18n and localization. We will create translation in Hindi and Malayalam languages.
Localization In Angular With i18n
Feb 01, 2019.
We will learn how to make our Angular app available in different languages using i18n and localization.
Implementing Localization In Xamarin.Forms
Nov 16, 2018.
I am going to create localization in a Xamarin.Forms app. Whenever we are creating a Xamarin forms app, I want to need to change the Current Language and that time was stuck in the app, after some search I got the solution to this problem. So in this blog, I am going to implement the localization in Xamarin forms app.
SharePoint Framework - Multilingual Support (Localization)
Oct 24, 2018.
SharePoint has supported localization in each of its version to help build better content for users worldwide. SharePoint Framework is also not an exception to it. SPFx offers multilingual support with the help of localized resource files as a part of SPFx solution. In this article, we will explore localization options with SPFx.
Localization In Blazor App Using Microsoft.JSInterop
Oct 03, 2018.
We will see how to achieve localization in Blazor app using Microsoft.JSInterop API. In this article we will see how to achieve localization in Blazor app using Microsoft.JSInterop API.
Translate Text Into Multiple Languages Using Translator Text API With ASP.NET Core And C#
Oct 02, 2018.
In this article, we are going to learn how to translate text into multiple languages using one of the important Cognitive Services APIs called Microsoft Translate Text API ( One of the APIs in Language API ).
Learn MVC : Using Angular Dynamic Localization
Jul 28, 2017.
This article demonstrates mvc using angular dynamic localization using angular i18n packaged in the visual studio 2017.
How To Use Localization In ASP.NET Core - Day Ten
Jul 19, 2017.
In the previous article of this series, we discussed web socket implementation in .net core applications. Now in this article, we will discuss how we can use globalization and localization in the Asp.Net Core application.
Xamarin.Android - Android Localization
May 19, 2017.
In this article, you will create Android app with the supporting localization.
AngularJS 2.0 From The Beginning - Localization - Day Twenty Five
May 09, 2017.
In this article, we will discuss about localization in Angular 2.0.
Dynamic Localization In WPF
Jan 26, 2017.
In this article, you will learn about Dynamic Localization in WPF.
AngularJS From Beginning: Localization - Part 12
May 17, 2016.
In this article, we will discuss how to use i18N in AngualarJS. This is part 12 of the article series.
Localization Implementation In Moment.JS
Feb 23, 2016.
In this article, we will take a look how simple it is to display localized date format using Moment.js.
Utilize Of COBOL In A Microsoft .NET Environment
Dec 03, 2015.
This article will show you how to use the power of LOCALIZATION within Visual Studio .NET to create one screen and have it display different languages.
Implement Globalization Using AngularJS
Sep 30, 2015.
In this article you will learn how to implement Globalisation using AngularJS.
Localization Of jQuery Datepicker
Sep 27, 2015.
This article describes how to implement localization in jQuery DatePicker to display datepicker as per language basis.
Localization in Windows Phone 8 Application
Aug 05, 2015.
This article shows how to create a Localized Windows Phone 8 App.
Use Localization in AngularJS Using Internationalization
Jun 17, 2015.
This article shows how to implement Localization using AngularJS.
Proper Translatable Pluralization in .NET With MessageFormat
Jun 12, 2015.
In this article we will learn about proper translatable pluralization in .NET with MessageFormat.
Localization in SSRS Reports
Feb 27, 2015.
In this article you will learn Localization in SSRS Reports.
Globalization and Localization in ASP.Net MVC 4
Feb 19, 2015.
In this article, I will show you how to globalize and localize your application in MVC 4.
Localization of a Site in MVC5 Using Resource File
Jun 17, 2014.
This article provides an overview of localization of a site in ASP.NET MVC 5 using language-specific resource files.
Globalisation in ASP.Net
Feb 09, 2014.
This article shows how to implement globalization in ASP.NET.
Machine Translation Services: Synchronous and Asynchronous Translation in SharePoint 2013
Feb 05, 2014.
Learn how these approaches can enhance your SharePoint environment, streamline multilingual communication, and improve overall efficiency in document and content management.
Global Localization in Windows Phone
Dec 23, 2013.
This article provides two demonstrations. The first demonstration determines the actual position of the device (in other words the exact Longitude and Latitude). The second demonstration implements that information in a Bing Maps Control.
What is Globalization and Localization in ASP.Net
Dec 04, 2013.
In this article you will learn what Globalization and Localization in ASP.NET are.
Localization Support in Windows Phone 8 Apps
Nov 12, 2013.
This article covers adding support for myltiple languages (Localization) in a Windows Phone 8 App
Forcing a Localization to Load in Windows Phone 8 Apps
Nov 12, 2013.
This article covers a simple way to load a language resource file to load on event firing.
Globalization and Localization of Model Validation Messages in MVC
Jul 14, 2013.
In this quick post you will learn how to globalize and localize the model validation messages in MVC Applications. At the end of this article, you will also learn how to display the localized message (greeting) on the page.
Display Country List Without Database in ASP.Net C#
Jul 02, 2013.
In this article you will learn how to display a country list without a database using the Globalization Class.
Localization and Globalization in Windows Store Apps
Apr 03, 2013.
In this article we explain how to use Localization and Globalization in Windows Store apps.
Windows Phone 8 App Localization
Feb 19, 2013.
Here you will learn about the new built-in support for localization, introduced in Windows Phone 8.
How to build Multi-Language Web Sites with ASP.NET 2.0 and VB.NET 2005
Nov 10, 2012.
In this article, we will explore the necessary details for working with resources in ASP.NET applications.
Internationalizing Your Application in ASP.Net 2.0 using VB.NET
Nov 10, 2012.
The Web has had worldwide reach since its inception. Users have different cultural expectations and speak different languages. In this Quickstart you will learn how powerful new ASP.NET v2.0 features make it easier to adapt your Web application to different countries, regions, and markets.
Localize Your ASP.NET MVC Application
Jan 29, 2012.
In this article we will discuss how to localize your ASP.NET MVC application.
How to Localize ASP.NET Controls Based on Browser’s Language and Culture Settings
Jan 29, 2012.
In this article we will learn how to display localized data in ASP.NET controls based on language and culture settings of the browser.
Globalization And Localizationin Silverlight
Jan 25, 2012.
We always want our application to be language dependent. When I say language dependent, definitely we want our application to support multiple languages.
Globalization and Localization in C#
Nov 09, 2011.
This article describes the globalization and localization concepts in C#.
GlobalizationResource in ASP.NET
Nov 07, 2011.
It is that part of .NNET that deals with Multi Lingual applications i.e the web application which can generate content in different languages.
How to Implement Web Application Localization in .NET 4.0
Jun 29, 2011.
In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support.
Globalization in ASP.NET
Mar 25, 2011.
Asp.Net Web Application Globalization and Localization with help of Resource files and Custom XML files
Sep 07, 2010.
In this article we will know how to devlope that type of web application. Let us see in this article how to cater different contents based on the culture using Globalization in ASP.NET.
Localization in Silverlight 4.0
May 05, 2010.
Localization is the process of enabling an application for particular country, region or group by adding local specific component and by translating strings displayed in UI to local language.
Working with Strings with Combining Characters
Apr 01, 2010.
In this article we will see the working of strings with combining characters (like diacritics in Arabic).
AccountPlus
Oct 13, 2009.
AccountPlus is an application which can be used for shared account/expense management with proper reporting and general analytics.
Creating/Extending a Culture
Aug 30, 2009.
In this article you will learn how to create/extend a culture in .NET.
Getting country names from system
Mar 12, 2009.
This article show how to get country names from system using .NET 3.5.
Architecture FAQ for Localization and Globalization: Part II
Feb 03, 2009.
This article is Part 2 of Localization and Globalization in this we will go through a series of FAQ which will give you a quick start on making application multi-language based.
Architecture FAQ for Localization and Globalization: Part I
Feb 02, 2009.
In this article we will go through a series of FAQ which will give you a quick start on making application multi-language based.
Resource Files in ASP.NET
Feb 14, 2008.
This article explains you the use of resource files in ASP.NET 2.0.
Generate XML based Resource Files on the fly in ASP.NET 1.x applications
Sep 11, 2007.
If internationalization was not part of your application’s initial development cycle, but required to extend it globally at a later point of time, then creating resource files from all the UI elements is a very tedious & manual process in ASP.NET 1.x. The framework presented in this article saves a developer from manually updating the resources and keeps the resx files in sync with the webforms and user-controls by automatically generating the resx files.
Arabization: Localization/Globalization in ASP.Net 2.0
Mar 19, 2007.
In order to reach global market for any successful product, it is necessary that product supports maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization / globalization utilized.
Globalization and Localization in .NET
Jul 03, 2006.
Localization is a technique to implement local and culture-oriented applications. This articles explains usage of System.Globalization to implement localization support in .NET applications.
Internationalization Getting Started
Mar 09, 2006.
This article introduces the concept of Internationalization in application development. Starting off with the basics of character encoding and Unicode, the article discusses the best practices to be followed in writing culture aware code and designing Internationalized user interfaces with adequate examples in .NET (C#).
How to Build Multi-Language Web Sites with ASP.NET 2.0 and VS.Net 2005
Feb 06, 2006.
In this article, we will explore the necessary details for working with resources in ASP.NET applications and for creating international ASP.NET applications based on embedded resources and the integrated localization support.
Globalization and Localization in .NET: Part I
Oct 01, 2005.
In this first part of this two parts series, we will get started with globalization and localization in .NET.
Globalization Using ASP.NET
Apr 19, 2005.
In this article we see how to cater different contents based on the culture using Globalization in ASP.NET.
How to Insert a Date Into DateTime Column Using ADO.NET & C#
Feb 04, 2005.
In this article, we will show how to insert a date into a date column using ADO.NET and C#.
Multilingual Applications in .NET - Part I
Mar 24, 2004.
This article provides a basic understanding of various methods of developing multilingual applications in .NET.
Multilingual Applications in .NET
Mar 24, 2004.
This article explains the basic understanding on different methods of developing multilingual applications in .NET. Here emphasis is given on handling multiple languages using resource files.
Globalization in .NET
Jan 28, 2004.
Now a day it is very difficult to think about building any application without globalization. If we are building an internet application, then it is very much required that our application supports all the languages with respect to the customer's locality.
Localization in COBOL .NET
Jan 09, 2004.
This article will show you how to use the power of LOCALIZATION within Visual Studio .NET to create one screen and have it display different languages.
The NeFs Application Demo Part 2: Designing Application Oriented Server Controls
Oct 31, 2002.
This article is part II of a three part demo application dubbed Net-Worked Financial System written in C# and .NET framework.
Globalized Property Grid
Apr 17, 2002.
The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values.