PDA

View Full Version : Multilanguage support for Forms - and dynamic?


Steps
01-11-2008, 10: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

Steps
01-14-2008, 07:10 AM
Alright, the problem has been solved using a custom language manager class which takes care of file-input and string-output and is configured using Spring.

Thanks anyway :)


Greets - Steps

Erich Eichinger
01-14-2008, 10:35 PM
Hi,

sorry for the late response. Great you could solve it!

cheers,
Erich