Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example

Localization change

Method

Architecture

SharpDevelop

runtime

  • .NET ResourceManager

Paint.NET

restart

  • .NET ResourceManager

MonoDevelop

?

  • written in C/C++
  • getText instead of Resources.
    This allows MonoDevelop to take advantage of
    GNOME translators' familiarity with getText.

?

Spring.Net

runtime
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="63f4a05876c66a31-bf7389dd-4a184e9d-9415a1e6-1f678b1dce5f0a099e828a3d"><ac:plain-text-body><![CDATA[[web, just 1 page to refresh]

  • [Follows Globalization Architecture .NET

http://msdn2.microsoft.com/en-us/library/aa478974.aspx]]]></ac:plain-text-body></ac:structured-macro>

  • Automatic Localization Using Localizers ("Push" Localization)
  • Working with Localizers $this (form/usercontrol) or $resource_namespace
  • Applying Resources Manually ("Pull" Localization) like getMessage("labelName");

-

MonoRail

runtime
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="abea54da8b0505e0-4575e3ac-4bb645cd-9e90953f-8c8b64cbc1477b61957c26cf"><ac:plain-text-body><![CDATA[

MonoRail

runtime
[web, just 1 page to refresh]

  • .NET ResourceManager
  • [Facade ResourceManager

^Architecture_MonoRail_Resources.png]]]></ac:plain-text-body></ac:structured-macro>

...

Suggestion


ArchitectureUML_Localization.png Image Added
Work method

  • Wiki Markup
    Automatic Localization Using Localizers = property window Visual Studio \[resource on class (Form/UserControl)s level\]
  • Applying Resources Manually = resourceService.getString(indexname) for using the Lookup hierarchy.

...