Skip to content

wikis Search Results · repo:turquoiseowl/i18n language:C#

4 results
 (100 ms)

4 results

inturquoiseowl/i18n (press backspace or delete to remove)

To set up automatic PO database building, add the following post-build task to your project, after adding i18n.PostBuild.exe as a project reference: " $(TargetDir)i18n.PostBuild.exe " " ...
  • Last updated
    on Jul 25, 2016

Welcome to the i18n wiki! The i18n library is designed to replace the use of .NET resources in favor of an easier , globally recognized standard for localizing ASP.NET-based web applications. Platforms ...
  • Last updated
    on Jul 25, 2016

In PO terminology, strings you want to be translatable are known as messages. In i18n, messages are 'marked-up' in your source code as 'Nuggets'. The nugget markup allows i18n to filter ...
  • Last updated
    on Jul 25, 2016

To localize text in your application, surround your strings with [[[ and ]]] markup characters to mark them as translatable. That's it. Here's an example of localizing text in a Razor view: < ...
  • Last updated
    on Jul 25, 2016