Re: Set other language by Christian
Christian
Tue Feb 10 07:51:00 CST 2004
Hello Volker,
> After this, the Application will load the satellite assembly. This art of
> using
> recource files doesn´t support under CF. How i can set the language un
> CF?
Satellite assemblies do exist under CF, at least I use them. Simply add a
new resource file to your project with the name "<your form's
name>.<language[-country]>.resx". So if your form is called "MainForm" and
you want to create a satellite assembly for spain language and spain country
the resource file's name would be "MainForm.es-ES.resx". Then you have to
add all resources which are different from the neutral culture. After
compilation there should exist a sub-directory "es-ES" which contains your
satellite assembly.
Greets, Christian