Flexible Localization Code
A .NET/Mono library for string-based user interface localization.
Status: Pre-Alpha
Brought to you by:
fhaag
File | Date | Author | Commit |
---|---|---|---|
doc | 2010-08-01 |
![]() |
[26c960] * adapted some version remarks |
keys | 2010-03-25 |
![]() |
[52d0cb] * signed some assemblies with a strong name |
libs | 2013-04-14 |
![]() |
[d1ebcf] * updated the license file of the Two-Layered G... |
pubinfo | 2011-11-10 |
![]() |
[f46766] + localization node icon graphics |
schema | 2014-08-27 |
![]() |
[bc6186] + support for insertion points |
src | 2014-08-31 |
![]() |
[71b996] * suppressed a warning |
COPYING | 2014-08-27 |
![]() |
[31a47c] * updated the year in the COPYING file |
readme.txt | 2010-08-01 |
![]() |
[26c960] * adapted some version remarks |
version.txt | 2010-08-01 |
![]() |
[26c960] * adapted some version remarks |
Flexible Localization ===================== Version %VERSION% %DATE% A .NET/Mono library for string-based user interface localization with support for parametrizable and expression-based string evaluation. Learn more on the project page: http://sourceforge.net/projects/flexiblel10n Or in the project Wiki: http://sourceforge.net/apps/trac/flexiblel10n/ Check out the Samples folder in the source code release to see how it's used. Version Notes ------------- IMPORTANT: This is a preliminary version. Interfaces and schemas might still change slightly before the first stable release. Some functionality might not yet be implemented. Please note that this library will not work with Mono 2.4.4. It was tested with Mono 2.6.4 and should work with the 2.6.* branch. Please report any problems you encounter. Compiling the source code ------------------------- Download the source code, extract the archive and build the solution. Tested on SharpDevelop 3.1.1. Hint: If the source code solution does not build because of an error with a pre-build command of the WrapperSample project, explicitely rebuild the WrapperGen project (in Release configuration) and try again. For any questions or suggestions, visit this website: http://sourceforge.net/projects/flexiblel10n/support License & Credits ----------------- Flexible Localization is published under the terms of the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. People who have contributed to Flexible Localization: * Florian Haag [fhaag@users.sourceforge.net] (code) * Pedro Silva (Portuguese translations) Third-party-products used by and integrated into Flexible Localization: * SQLite, released to the public domain. Thanks a lot to the great people at http://www.sqlite.org . * CommandLine, released under the terms of the MIT License. Copyright 2005 - 2010 Giacomo Stelluti Scala http://commandline.codeplex.com/