Click here to Skip to main content
15,884,472 members
Articles / Web Development / ASP.NET

.NET String Resources

Rate me:
Please Sign up or sign in to vote.
4.85/5 (37 votes)
19 Apr 2012CPOL7 min read 142K   2.2K   143  
Concepts and patterns for the handling of strings in multilingual applications.
-- FILE ---------------------------------------------------------------------
-- name       : ChangeHistory.txt
// project    : Itenso String Resources
// created    : Jani Giannoudis - 2011.09.09
-- language   : English
-- environment: the human readers mind ... ;-)
// copyright  : (c) 2011 by Itenso GmbH, Switzerland
-----------------------------------------------------------------------------

=============================================================================
20th April, 2012 - 1.2.0.0
- StringsExpressionParser: made parsing thread safe
- Localization: new ASP.NET control for composite localization
- LocalizationDesigner: control designer for Localization
- new example on how to localize the ASP.NET calendar using the new Localization control


=============================================================================
13th September, 2011 - 1.1.0.0
- StringsResourceManager: added protected default constructor
- StringsExpressionParser: added support for StringsResourceManager as source type


=============================================================================
12th September, 2011 - 1.0.0.0
- Initial public release.


-- EOF ----------------------------------------------------------------------

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Switzerland Switzerland
👨 Senior .NET Software Engineer

🚀 My Open Source Projects
- Time Period Library 👉 GitHub
- Payroll Engine 👉 GitHub

Feedback and contributions are welcome.



Comments and Discussions