Click here to Skip to main content

Localisation

General Programming » Localisation
 

General 

top
Title / Updated Author Score  
Everything you need to know about Locales
Updated: 23 Jan 2011
All the basics about locales.
C++, C#, VB, Java, .NET, Dev
 
David Thielen 4.83
Allow users to select the user interface language in your ASP.NET Web application
Updated: 14 May 2011
Demonstrates how a developer can introduce language selection feature in his web application.
XML, C#4.0, .NET, ASP.NET, Dev
 
Panayotis Matsinopoulos 4.76
Globalization Best Practices
Updated: 20 Jul 2009
This article discusses about issues of application globalization and globalization best practices.
All-Topics, Dev, QA
 
Nairooz Nilafdeen 4.70
RESX Translation Tool
Updated: 18 Mar 2009
A C# tool for localizing .NET projects.
C#, VB, .NET, LINQ, Dev, Design
 
Sergey Obraztsov 4.69
UICultureChanger component
Updated: 20 Aug 2006
Presents a lightweight component that enables you to easily change the culture of your user interface at runtime.
C#1.0, C#2.0, Windows, .NET1.1, .NET2.0, VS.NET2003, VS2005, Dev, WinForm
 
Stefan Troschuetz 4.64
LocaleManager - A Practical Tool to Manage Resources Files of Different Locales for Java/Flex and .NET
Updated: 2 Aug 2009
Implementation of a software tool in C# to help to manage *.resx files for .NET or *.properties files for Java or AS3 of different locales.
C#, XML, Windows, .NET2.0, Dev, QA, WinForm
 
Angela Han 4.50
Automatically add _T macro to quoted strings and other multibyte-Unicode converstions
Updated: 18 Oct 2009
Add the _T macro to quoted strings when porting to a Unicode configuration in VC++.
C++, VS.NET2003, VS2005, VS2008, VS2010, Dev
 
Sunny1270 4.30
Culture Specific Number Formatting in ASP.NET
Updated: 17 Jun 2008
Presents the basics of applying custom number formatting.
C#3.0, .NET2.0, .NET3.0, .NET3.5, ASP.NET, Dev
 
yordan_georgiev 4.25
Multilingual Support for Web Applications
Updated: 21 Feb 2006
Multilingual support on websites is increasingly important in contemporary websites. In this article, I discuss the issues in supporting multilingual sites, together with the rationale of the solution I selected to implement in the new version of irqnine.
All-Topics, Architect, Dev
 
theyenine 4.05
Neo Localizer
Updated: 13 Dec 2010
A possible approach to achieve software localization
C#, .NET2.0
 
Martin Garcia 4.00
ResourceBundle - An Alternative Way to Do Localization in .Net - Unedited
Updated: 5 Sep 2009
How to do localization in .Net with a ResourceBundle class and change language dynamically at run time
C# (C#1.0, C#2.0, C#3.0), .NET, Dev, WinForm
 
Angela Han 4.00
A CultureInfo switcher with Fluent syntax
Updated: 20 Jul 2011
For purposes of Unit Testing in globalized applications, you could sometimes need to change the CurrentCulture to test methods against different languages. Here are a few classes that provide a Fluent syntax for switching to another culture.
C#, .NET, Dev
 
spartacus23 3.90
Run .NET applications in a specific culture
Updated: 28 Jan 2010
How to make a .NET application run in a specific culture
C#2.0, .NET2.0, Dev, WinForm
 
nguyencanhlinh 3.89
The Arabic Writer
Updated: 5 Jul 2009
Write Arabic in programs that don't support the Arabic language, using Unicode.
VB6, VB7.x, VB8.0, VB9.0, .NET2.0, Win2K, WinXP, Vista, Win7, Dev
 
knightofbaghdad 3.50
A viewer of the Unicode character set
Updated: 2 Jan 2011
Everybody knows the ASCII table, but what about the Unicode table? View it at last with this small program.
C#1.0, C#2.0, C#3.0, Dev
 
pierre poliakoff 3.25
Working with CultureInfo
Updated: 27 Sep 2007
Working with CultureInfo using VB.NET.It's simple and easy.Try it now.
VB, Windows, .NET2.0, VS2005, Dev
 
Ganesan Sankaran 2.88
Organizing Resource Strings
Updated: 2 Nov 2008
This article will give you a brief idea of how we can manage resources in our project.
C#1.0, C#2.0, C#3.0, .NET, ASP.NET, Dev
 
rajeshjj 1.30
Locale Manager (2) - A Practical Tool to Manage *.resx Files for .NET or *.properties Files for Java /Flex
Updated: 2 Aug 2009
Enhanced support for *.resx files from LocaleManager1, a C# implementation to help manage *.resx files or *.properties files in different locale folders.
C#, Windows, .NET (.NET2.0), Visual-Studio, Dev
 
Angela Han  
Fixing Optional Calendars for Persian Culture in .NET
Updated: 7 Sep 2011
This article describes how to fix CultureInfo for Persian culture so that .NET developers can use PersianCalendar.
C#, Windows, Dev
 
Babak Mahmoudi  

C++ / MFC / STL - Localization 

top
Title / Updated Author Score  
Globalization of Windows Applications in 20 Minutes Using C#
Updated: 1 Sep 2006
Describes the essential features required to enable multiple languages in a Windows application using resource files.
C#, Windows, .NET, Visual-Studio, Dev
 
rajesh-lal 4.90
Windows SetThreadLocale and CRT setlocale
Updated: 15 Feb 2005
Keeps CRT locale status in synch with Windows thread locale.
VC7.1, VS.NET2003, Dev
 
Chris Grimes 4.87
Delivering Software to a Global Audience - Unedited
Updated: 19 Jul 2011
The localization process and how to prepare your team and software for the necessary changes.
All-Topics, CEO, Architect, Dev, QA
 
Chad Z. Hower aka Kudzu 4.86
Introduction to Software Translation for MFC
Updated: 11 May 2000
An introduction to software localization and translation with issues specific to MFC development.
VC6, Visual-Studio, MFC, Dev
 
Robert Pittenger, MCPD-EAD 4.85
Localization for Scripts (JavaScript) and Style Sheets in ASP.NET
Updated: 19 May 2009
Often JavaScript content and/or styles in ASP.NET need to be localized too. This article shows how this can be leveraged by using an HttpHandler.
Javascript, CSS, HTML, XHTML, ASP.NET, WebForms, Ajax, Dev
 
Michael Ulmann 4.78
Resource DLLs and Language Selection Menu
Updated: 22 Sep 2005
A ready-to-use class to load resource DLLs and create a Languages menu.
VC6, VC7.1, Windows, MFC, VS.NET2003, Dev
 
Serge Wautier 4.75
Multiple language support for MFC applications with extension DLL
Updated: 19 Jul 2005
This document discusses: how to build a resource only language DLL, how to detect OS language setting, how to load language DLL from extension DLL, and an MFC application.
VC6, Win2K, WinXP, Win2003, Dev
 
Herbert Yu 4.66
.NET Resource (.resx file) Translator
Updated: 9 Feb 2010
A .NET resource (.resx file) translator. English to any other language.
C#, .NET3.5, Dev, WinForm
 
Kumar, Ravikant INDIA Bangalore 4.66
Localization process by using resource files in .NET
Updated: 17 May 2010
Process for localization when resource files are used in a Windows Forms application.
C#, Windows, .NET, Dev
 
PhaniKumar M T 4.63
Developing an ASP.NET page with MasterPage and Localization
Updated: 7 May 2008
The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()'; a bit more coding is required in order to make the ASP.NET MasterPage localizable.
C#2.0, C#3.0, Windows, .NET2.0, .NET3.0, ASP.NET, VS2005, Dev, Design
 
Michael Ulmann 4.61
Runtime Localization
Updated: 11 Feb 2008
Using Windows resources to localize an application at runtime.
C#, Windows (WinXP, Win2003, Vista), Win32
 
quiensabe 4.59
Localizing a Windows Application with Satellite Assemblies
Updated: 18 Feb 2010
This article explains how to localize a C# Windows application using Satellite assembly with an example
C#, Windows, .NET
 
Motiram P Patil 4.44
Delphi: Using Google for Online Translating
Updated: 11 May 2010
Google provides its Translation API that looks very promising and useful. So I was very enthusiastic when we decided to use it in our Localizer project.
All-Topics, Delphi
 
Alex Melnychenko 4.43
Localization of RDLC Reports into an Arabic Locale
Updated: 10 Dec 2008
Localize RDLC into Arabic Locale or any other language with the correct right-to-left alignment.
C#, Windows, .NET (.NET2.0), Visual-Studio (VS2005), Dev
 
Ali Hamdar 4.38
Multilingual support for applications
Updated: 7 Jun 2005
An easy solution to add multilingual support to your application in 10 minutes.
VC6, VC7, VC7.1, VC8.0, Windows, Dev
 
Geert van Horrik 4.31
Globalization, Internationalization (I18N), and Localization using C# and .NET 2.0
Updated: 2 Nov 2009
The globalization, internationalization (I18N), and localization of Windows applications in the .NET 2.0 platform.
C#, XML, .NET2.0, Dev
 
Kumar, Ravikant INDIA Bangalore 4.22
Yet another way to localize your MFC apps
Updated: 27 Jun 2005
Another way to localize your MFC application.
VC6, Windows, MFC, Dev
 
Isildur 4.13
Page Localization
Updated: 12 Feb 2010
A primer on using Global and Local resource files in your web applications.
C#, Windows, ASP.NET, Dev
 
Brad Benham 4.00
International Number Formats
Updated: 30 Apr 2010
This article explains different number formatting based on locale
VB (VB.NET), Windows, .NET
 
Igor Krupitsky 3.89
Globalization Resources for Multilanguage Development
Updated: 8 Jun 2008
Provides required tables and data for multilanguage projects
C# (C#3.0), .NET (.NET3.5), WinXP, Win2003, Vista, WebForms, SQL2005, VS2008, Dev, Design, WinForm
 
EJocys 3.85
Create satellite assemblies with ResX Builder
Updated: 13 Nov 2010
How to create satellite assemblies with ResX Builder.
C#, .NET3.5, Dev, General
 
gordon_matt 3.75
Selectively copy resources between binary (EXE/DLL) files
Updated: 21 Dec 2005
A small program to selectively copy resources from a binary (EXE/DLL) file into a target binary (EXE/DLL) file. Can be used for resource based localization purposes.
VC6, Windows, Dev
 
Hao Hu 3.38
Auto Translate and Synchronize Resources in Your .NET Applications
Updated: 14 Jun 2009
Auto translate and synchronize is a little utility application and it works by simply taking your single fallback resource file (Resx) as input and automatically translates it in real time, creating a language specific resource file.
C#, .NET (.NET3.5), WPF, Dev
 
Alessandro Zifiglio 3.36
How to: ASP.NET web localization by extending the Page class
Updated: 7 Jul 2008
This article will guide you through a fast and practical way to integrate localization within the Page class.
XML, C#1.0, C#2.0, C#3.0, ASP.NET, WebForms, Dev
 
Tonci Jukic 3.20
ZoneInfo (tz Database / Olson Database) .NET API
Updated: 7 Apr 2008
A simple .NET interface for utilising the ZoneInfo database
C#2.0, .NET2.0, Architect, Dev
 
Mark Rodrigues 3.00
A localizable dropdown for ASP.NET 2.0
Updated: 29 Nov 2007
This code shows how to do a simple localizable dropdown that sets up the options from suitable text.
C#2.0, .NET2.0, WinXP, ASP.NET, WebForms, VS2005, Dev
 
sea_caty 2.80
Localizing Windows Forms programmatically using a VS2005 Add-in
Updated: 23 Oct 2008
This Visual Studio 2005 add-in is used to set the Localizable property of Windows forms programmatically.
C# (C#1.0, C#2.0, C#3.0), Windows, .NET (.NET2.0), Visual-Studio (VS2005), Dev
 
chandimacj 2.50
Languages Builder
Updated: 12 May 2002
The tool is used to replace resource (*.rc) with data from an Excel file.
VC6, Win2K, WinXP, MFC, Dev
 
bigZidane 2.47
How to extract Unicode strings (Japanese) from an MFC edit control
Updated: 20 Oct 2006
How to extract any Unicode string from an MFC edit box.
C++, Windows, Visual-Studio, MFC, Dev
 
Chaitanya Seshadri 1.41
Using Custom Culture Approach to Fix Persian Culture for Persian Calendar
Updated: 17 Sep 2011
Describes how to create a custom Persian culture with Persian Calendar as one of it's optional calendars.
C#, Windows, .NET, Dev
 
Babak Mahmoudi 1.00
Gender Aware Localization in ASP.NET
Updated: 21 Apr 2009
Implementing localization which depends on the gender of the registered user (ASP.NET).
C#, Windows, .NET2.0, .NET3.0, .NET3.5, ASP.NET, VS2005, VS2008, Dev
 
Talya Gendler  
Validate strings in Resx files for all languages
Updated: 23 Sep 2008
A tool to validate localization strings in Resx files supporting multiple languages.
C# (C#3.0), Windows, .NET (.NET3.5), LINQ, Dev, QA, Design
 
nkrscorpio  

Advertise | Privacy | Mobile
Web01 | 2.5.120209.1 | Last Updated 10 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid