TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Internationalization
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Debasis Saha (2)
Satheesh Elumalai (1)
Shilpa Tanwar (1)
Sandeep Mishra (1)
Gajendra Jangid (1)
Md Sarfaraj (1)
Keyur (1)
Sardar Mudassar Ali Khan (1)
Jinal Shah (1)
CSharp TV (1)
Sumit Srivastava (1)
Abhishek Dubey (1)
Sanwar Ranwa (1)
Sandeep Sharma (1)
Sarathlal Saseendran (1)
Jignesh Trivedi (1)
Shalini Dixit (1)
Bharadwaj Sridharan (1)
Andriy Zolitoiy (1)
Vikas Mishra (1)
Thinathayalan Ganesan (1)
vivekchauhan (1)
Related resources for Internationalization
No resource found
Angular Content Localization Using ngx-translate
9/18/2024 4:39:17 AM.
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.
How to Implement Localization in Next.js?
8/5/2024 4:00:36 AM.
. 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 pref
Global Reach with Localization of Microsoft Copilot
7/3/2024 11:04:07 AM.
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 integrat
Internationalization (i18n) and Localization in Angular with .NET Core
6/27/2024 9:52:47 AM.
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
Adding Multi-Language Support to Flutter Apps
2/22/2024 10:48:13 AM.
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 necessar
Dealing with Date and Time in Humanizer in C#
12/1/2023 10:57:45 AM.
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 us
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
9/4/2023 5:07:18 AM.
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 transla
Internationalization Support In Angular
2/11/2021 2:57:44 PM.
In this article, we will discuss how an Angular application can support multiple languages.
Use Localization in AngularJS Using Internationalization
2/11/2021 2:57:04 PM.
This article shows how to implement Localization using AngularJS.
Internationalization in Angular - Angular Conference 2020
1/7/2021 5:35:27 AM.
This is the ninth session of the Angular Virtual Conference by Ankit Sharma.
New Features of Android 4.2 Jelly Bean
3/30/2020 4:59:17 AM.
In the new features Android 4.2 is improved in lock screen, graphics, internationalization and many more features that improved in that version.
Internationalization in Java
10/11/2019 12:00:18 AM.
Internationalization is the process of designing an application so that it can be adapted to various language and regions without engineering changes.
Internationalization In ReactJS Application Using i18Next
9/3/2019 11:55:54 PM.
In this article, you will learn about internationalization in ReactJS application using i18Next.
Implementation of Internationalization in Java Using Locale Class
8/7/2019 4:56:57 AM.
This article explains implementation of Internationalization in Java using the locale class and other fields that are methods of the locale class, how to find locales supported by JRE, and create two
Localization In Angular 8 Employee App
7/15/2019 10:07:33 AM.
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.
Internationalization In ASP.NET Core MVC
7/21/2017 2:18:23 PM.
Globalization is a process of supporting different cultures. Globalization allows us to create multilingual web sites with ASP.net core.
AngularJS 2.0 From The Beginning - Localization - Day Twenty Five
5/9/2017 10:08:19 AM.
In this article, we will discuss about localization in Angular 2.0.
Internationalization in NetBeans
7/1/2013 11:36:47 PM.
This article explains Internationalization using the NetBeans IDE platform.
Internationalization Getting Started
9/30/2012 2:59:28 AM.
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#).
SMTP Internationalization
9/29/2012 7:05:04 AM.
You can find many articles dedicated to C# SMTP implementation on this or other sites.
Implementing Internationalization in JAVA
12/10/2011 1:11:01 AM.
With the advent of globalization, the importance of internationalizing web applications has increased. This is important because web applications are accessed by users from various regions and countries.
Generate XML based Resource Files on the fly in ASP.NET 1.x applications
9/11/2007 3:17:12 AM.
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.
Code Internationalization
12/28/2005 4:00:34 AM.
This is a very simple windows application example for localizing the application. Visual studio .NET makes it pretty simple to create localized applications and manage them.