You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Unable to render {include} The included page could not be found.

If you look for internationalization it's common to use the abbreviation i18n. Internatiolization is the topic of translation of messages. If you are interested in using different units, date formats, number notations that's called Localization L10n.

Things to look at:

  • Example .NET applications available with sources where localisation is implemented nicely:
    • SharpDevelop - check user interface translated to many languages
    • Paint.NET
    • MonoDevelop, source code can be checked out using the following command line: svn co svn://anonsvn.mono-project.com/source/trunk/monodevelop monodevelop

Overview examples

Example

Localization change

Method

SharpDevelop

-

-

Paint.NET

restart

-

MonoDevelop

-

-

  • www.mono-project.com:
  • MonoRail:
  • Spring.Net:
  • GetText:

Overview Methods

Method

Maintenance

OS/platform-compatible

Resources

-

-

GetText

-

-

DelftLanguage

-

-

  • No labels