Click here to Skip to main content
15,860,943 members
Everything / General Programming / Localization

Localization

localization

Great Reads

by Nick Polyak
New simple and flexible package for Theming and Localizing multiplatform Avalonia applications is described here with samples
by Tomáš Růt
Explanation of features for localizations and formating by bobril-g11n library
by Robert Hoffmann
History of globalization in ASP.NET and available options.
by Shabra
How to use Resx files to internationalize your code

Latest Articles

by Lance Ford
Step-by-step guide to enable an ASP.NET web application to override date, time, currency and number formats.
by Pawan Kumar from CodewithPawan.com
Explore the seamless integration of @ngrx/translate with an Angular standalone API in this comprehensive guide, ensuring a smooth translation workflow for your applications.
by Nick Polyak
New simple and flexible package for Theming and Localizing multiplatform Avalonia applications is described here with samples
by Jani Giannoudis
Structured approach to ASP.NET Localization

All Articles

Sort by Score

Localization 

25 Dec 2023 by Nick Polyak
New simple and flexible package for Theming and Localizing multiplatform Avalonia applications is described here with samples
13 Aug 2017 by Tomáš Růt
Explanation of features for localizations and formating by bobril-g11n library
10 Dec 2012 by Robert Hoffmann
History of globalization in ASP.NET and available options.
1 May 2011 by Ernest Poletaev
A Localized WPF Application template for easily localizing a WPF application
1 Nov 2016 by Andrea Simonassi
A simplified guide to the RFC5646 document; what is a language tag, how must be parsed, what is the IANA registry. How to implement a library, in any programming lang, to lookup user preferred language against a list of supported languages. A C# implementation is provided.
10 Dec 2016 by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
29 Nov 2022 by Rudi Breedenraedt
Maintain your localization data in SQL Server
16 Jun 2016 by Clifford Nelson
This is an alternative for "Advanced WPF Localization" that adds functionality for capitalizing and pluralizing the text to be display.
10 Apr 2012 by Doug Domeny
Text in an XSLT may be localized by reading translated strings from an XML document. Numbers may also be localized.
21 Aug 2012 by Chip VonBurg
Localizing your apps with Google Translate
1 Oct 2017 by Jecho Jekov
Provides a solution for localization of WPF application both in XAML and in code-behind
16 Nov 2011 by Michael Hodel
Enigma Puzzle – a game as difficult as the Rubik's cube
30 Jan 2012 by Keith Barrow
This artcle extends Part 1 to allow overriding of culture through the URL in a lightweight fashion.
23 Feb 2020 by Ziya Mollamahmut
How to create multi-cultural ASP.NET Core web application with simple steps
23 May 2013 by Marla Sukesh
In this article we will look in detail how to create a multi-lingual and multi-cultural applications using Asp.net.
6 Nov 2012 by Rui Jarimba
A collection of HTML helpers that generate DropDownLists for enums, with or without localization support.
7 Jun 2011 by Keith Barrow
This article provides a simple globalization mechanism for a bilingual website. Part I creates a simple bilingual website.
19 Jul 2013 by David Liebeherr
Localizing a WPF Application with inline texts instead of Resource Files
27 Apr 2015 by HiDensity
Localization of an application at runtime - "On the fly"
13 Feb 2016 by Konstantin A. Magg
Angular-translate is the number 1 module for providing localized texts in angular. This tip tries to give a short description of implemented async file loaders and a few recommendations, when to use them.