G
Guest
From the MFC-days we have an app, and depending on the users choice of
international standard and language we load the appropriate resource only dll
and pull the strings and other resources from there. This it not dependent on
neither culture nor O/S.
Is there a good approach to to this in .net? The resources must be in
separate file from the app. In MFC you just set up the dll to be Resource
Only and that was about done.
/Matt
international standard and language we load the appropriate resource only dll
and pull the strings and other resources from there. This it not dependent on
neither culture nor O/S.
Is there a good approach to to this in .net? The resources must be in
separate file from the app. In MFC you just set up the dll to be Resource
Only and that was about done.
/Matt