hook up resource manager in windows form

Posted by peterchen0303 on Stack Overflow See other posts from Stack Overflow or by peterchen0303
Published on 2010-04-20T22:59:14Z Indexed on 2010/04/20 23:03 UTC
Read the original article Hit count: 211

Filed under:
|
|
|
|

In Visual Studio 2008, develop legacy windows form (not wpf), I wrote customized resource manager which fetched data from sql server rather than assembly. In windows form, there is property related to language setting. Once I change language, I want to form being updated automatically.

Is there any elegant way to hook up my resource manager?

© Stack Overflow or respective owner

Related posts about localization

Related posts about Windows