Steps
01-11-2008, 09:18 AM
Hi there!
I am currently trying the following:
Several Windows Forms (all inheriting from the same base form) are supposed to be able to display their controls in several languages.
The Quickstart sample shows a possibility of solving this problem, but the catch is that I want to enable others to build language files on their own without knowing the source code of my application.
Alright, quite confusing I guess...let's shorten it a bit:
Is it possible (if so, how is it done) to make Spring automatically detect language files (let's say .resx or .dll) and make them available to my application? If not, is there a "no-Spring-way" of doing that?
Hope you can understand my problem and are able to help me...
Greets and Thanks in advance - Steps
I am currently trying the following:
Several Windows Forms (all inheriting from the same base form) are supposed to be able to display their controls in several languages.
The Quickstart sample shows a possibility of solving this problem, but the catch is that I want to enable others to build language files on their own without knowing the source code of my application.
Alright, quite confusing I guess...let's shorten it a bit:
Is it possible (if so, how is it done) to make Spring automatically detect language files (let's say .resx or .dll) and make them available to my application? If not, is there a "no-Spring-way" of doing that?
Hope you can understand my problem and are able to help me...
Greets and Thanks in advance - Steps