[Mono-list] Re: Resource System Proposal
Miguel de Icaza
miguel@ximian.com
16 Nov 2001 17:45:01 -0500
> I was also off when I said one per class. This delegate only had to be in
> any base class. Root-based frameworks, like GTK#, may wish to make the lives
> of GTK# users easier by declaring this template in their root class (i.e.
> GObject).
This makes sense, but Gtk# might not have a lot of strings for
translation
> Admittedly, it would be nice if something GetText-like were accepted into
> the C# standard (or at least the free software standard). Localization and
> internationalization should be made as simple, convenient, and manageable as
> possible. It would happen if every project/library uses it's own scheme.
We could probably have the delegate defined in our System.Object as an
`internal' call, so at least developers of the Mono class libraries can
use this method. It would not be exposed to the user applications and
we would remain compatible.
Am I missing something? Should I go and add the internal _ delegate to
System.Object?
Miguel