Hi,
I've created an assembly where are stores some strings.
By using menu items, user can change language of application GUI (so using the strings in my assemblies)
1. how can i compile my resx into dll ?
2. how can i use a resourcemanager to manage the resources ?
3. how can i do this (1. and 2.) without restarting application or form (due to initializecompo nent function present in sub new of my form) ?
thanks a lot
Maileen
I've created an assembly where are stores some strings.
By using menu items, user can change language of application GUI (so using the strings in my assemblies)
1. how can i compile my resx into dll ?
2. how can i use a resourcemanager to manage the resources ?
3. how can i do this (1. and 2.) without restarting application or form (due to initializecompo nent function present in sub new of my form) ?
thanks a lot
Maileen
Comment