Results 1 to 3 of 3

Thread: Multilanguage support for Forms - and dynamic?

  1. #1
    Join Date
    Jan 2008
    Location
    Berlin, Germany
    Posts
    7

    Question Multilanguage support for Forms - and dynamic?

    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

  2. #2
    Join Date
    Jan 2008
    Location
    Berlin, Germany
    Posts
    7

    Smile

    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

  3. #3
    Join Date
    Jan 2006
    Location
    Cambridge, UK
    Posts
    1,340

    Default

    Hi,

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

    cheers,
    Erich

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •