Re: Multilanguage

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Saga (antiSpam_at_somewhere.com)
Date: 01/07/05


Date: Fri, 7 Jan 2005 17:21:08 -0600


Thsi sounds like aninteresting idea. I am not familiar
with any tools that will do this, but that doesn't mean
that there aren't any. You -might- have to develop this
tool yourself.

Good luck!
Saga

"Frank Landen" <fishbone999NOSPAM@web.de> wrote in message
news:crn551$lef$03$1@news.t-online.com...
> Thanks for answer. I thought to put the translations into a database.
> But isn´t there a tool, that give me all strings from a project ? p.e.
> like this:
>
> 1. Collect a list from all strings in a project
> 2. User choose which strings should be translated
> 3. The tool replace the selected strings with variables or functions
> (which return the selected language string "langstring(language,
> stringnumber")
> 4. Output the selected strings from 2. in a list/table
>
> I think it wouldn´t be very difficult to write an app for this, but
> the tools i´ve found for localizations are to complex.
>
> Frank
>
>> The resource file is only a storage space, you can switch languages
>> on the fly while the user is in the application. You do; however,
>> need
>> the code everywhere where you want this functionality.
>>
>> Other alternatives to the resource file (although some not the best
>> way) are:
>>
>> Text files
>> Collections
>> Database tables
>>
>> One place where I would never put the language info is in the
>> registry! <g>
>>
>> Once the user swithceslanguage, do you want it to be sticky?
>> That is, that the app use the last selected language on start up.
>> If so, then you'll need to store the option selected somewhere
>> (the registry is a feasible option for this).
>>
>> If you are switchng languages, take care to take into account
>> everything, including possible differences in number, currency
>> and date formatting.
>>>
>>> I´ve wrote a really big application in vb6 and now, i´ve to
>>> implement a multilanguage function in it. I´ve searched with google
>>> for a tool, which i could use to do the localization without having
>>> so much work. I now the resource-file.... ...but isnt there nothing
>>> else ?
>>> It would be nice, when I could change the language at runtime, and
>>> not only at program-start (p.e. multilizer)
>
>



Relevant Pages

  • Resource File (.resx) does not show changes??
    ... I use a resource file to store user's settings such as ... language and other strings. ... user changes one of the strings in the resource file, ... are shown by VB.NET untill after the user reloads the app. ...
    (microsoft.public.dotnet.languages.vb)
  • Resource File Woes
    ... I'm trying to add a resource file to my app but it's not working. ... -- Added a .resx file ... -- Tried to call the strings using: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Global resource file
    ... accessing the strings at the same time. ... I did think about caching the error XML file in memory but it will be quite ... >> However what I would like to do is have a single global resource file ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Form Localization
    ... my forms share strings so I need somewhere centralized where the ... central resouce file to be swapped in and out by the CLR depending on ... culture as per the usual .net behaviour. ... possible to have 1 resource file for each culture which contains the ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Overriding default language in single MUI resource file
    ... to bind on-the-fly (require a restart to get the new language). ... languages in a single resource file. ... English strings will be displayed. ... so that on a German system the English resources are displayed. ...
    (microsoft.public.vc.mfc)