Localization of vb programs

  • Thread starter Thread starter Stefan
  • Start date Start date
S

Stefan

hello,
i want to make my next project in support multilpe languages . Has anyone
hav tips,good documentation
how to handel this. I've read some articles using the 'Satellite assembly
approach ' . But the form's size expands
up to 10 times the original size. So i rather take the 'assembly resource
approach'
thanx,
Stefan
 
Stefan,

With the current situation in Net I go for languages still for a XML file
that gets the needed language using this standard Net class

http://msdn.microsoft.com/library/d...putlanguageclassdefaultinputlanguagetopic.asp

Advantages are that you can correct errors outside your program an add
languages by specialist afterwards.

For things as dates and currency you can use the globalization classes. For
that those are in my opinion excellent.

http://msdn.microsoft.com/library/d...en-us/cpref/html/frlrfsystemglobalization.asp

Just my thought,

Cor
 
Hi Cor,
Thanks for your thought.

So when you load a form the appropriate strings are read from the xml file,
right?
Doesn't this slow down the load time?

kind regards,
Stefan
 
Stefan said:
i want to make my next project in support multilpe languages . Has anyone
hav tips,good documentation
how to handel this. I've read some articles using the 'Satellite assembly
approach ' . But the form's size expands
up to 10 times the original size. So i rather take the 'assembly resource
approach'

Accoding to your name maybe you are speaking German...

Lokalisierung von Microsoft™ .NET Anwendungen
<URL:http://www.visloc.com/downloads/Lokalisierung von Microsoft DOTNET Anwendungen.pdf>
 
Stefan,
Doesn't this slow down the load time?
There have been big discussions in these newsgroup what is better, using a
config file, the registry or a database table to store user settings.

(Before you ask it, for me is the answer on this, computersettings registry
specific client settings (not passwords) the config file).

Now you come with this question from you.

What you want me to say?

:-)

Cor
 
Hefried,
Accoding to your name maybe you are speaking German...
Why not Polish, Dutch, a Scandinavian or any other language, it is a common
name in those countries. Therefore it will probably be used all over the
world, from those countries come many emigrants.

:-)

Cor
 
Belgian actually, thanx Cor and Herfried


Cor Ligthert said:
Hefried,
Why not Polish, Dutch, a Scandinavian or any other language, it is a common
name in those countries. Therefore it will probably be used all over the
world, from those countries come many emigrants.

:-)

Cor
 
Back
Top