[Mono-devel-list] String constants and localization

Andreas Nahr ClassDevelopment at A-SoftTech.com
Sun Jul 6 14:55:29 EDT 2003


I don't think that would work because it would be nearly impossible for such
a script to determine which string constants should be localized and which
are used as e.g. XML reflection element and therefore must not be
translated.

My plan was to change this by hand to an enumeration value (as described in
my (a bit lengthy) posting)

A.Nahr


> I believe the plan is to run a script over our class libraries changing
> hardcoded strings to lookups in localized tables. That is the easy part
> the hard part is writing all the localized tables ;-)
> 
> Jackson
> 
> 
> 
> On Sun, 2003-07-06 at 11:25, Martin Willemoes Hansen wrote:
> > On Thu, 2003-07-03 at 18:00, Andreas Nahr wrote:
> > > Hi,
> > >  
> > > right now there is nearly no localization support in the Mono class
> > > libraries and all strings (mainly for errors) are hardcoded into the
> > > source-files.
> > 
> > Yes, umh Gonzalo made some i18n stuff with the gtk-nunit program. Maybe
> > it could be of use.
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 



More information about the Mono-devel-list mailing list