From: Brock Peabody (brock.peabody_at_[hidden])
Date: 2003-07-29 17:02:01


> -----Original Message-----
> From: boost-bounces_at_[hidden]
[mailto:boost-bounces_at_[hidden]]
> On Behalf Of Gregory Colvin
> Sent: Tuesday, July 29, 2003 3:39 PM
> To: Boost mailing list
> Subject: Re: [boost] Re: Re: GUI/GDI template library

[...]

> For this kind of localization loading the localized resources at
runtime
> is essential. Regenerating C++ code and rebuilding the application is
> not an option.

Why would it be necessary to reload anything besides the localized text?
That wouldn't be too hard:

gui_application<employee> app = row(localized_text(name_text_id),
                                    edit(&employee::name));

Are you going to change the behavior of the application from one country
to another?