Multiple Language Support - Internationalization
-
What's the best way to make an VB2005 application language independent so all the resources in it could be fast updatable to the targeted language: a separate dll, an xml file, ...? Thanks in advance, Marc Soleda
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
What's the best way to make an VB2005 application language independent so all the resources in it could be fast updatable to the targeted language: a separate dll, an xml file, ...? Thanks in advance, Marc Soleda
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
Just use the build in support (resx files which will compile into satalite DLLs). If it is a small home project you can use a custom XML format as well though I can't see why you would possible want to do that. If you plan to use professionel translation services, it is vital you stick to the standard formats so no custom preprocessing/postprocessing of your file format is required.
-
Just use the build in support (resx files which will compile into satalite DLLs). If it is a small home project you can use a custom XML format as well though I can't see why you would possible want to do that. If you plan to use professionel translation services, it is vital you stick to the standard formats so no custom preprocessing/postprocessing of your file format is required.
I'm trying to do it with the satellite DLLs but I can't find it. I've added strings in the Resources but after building the application I can't locate the satellite dll. Is there something else that is needed? Thanks again, Marc Soleda
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
I'm trying to do it with the satellite DLLs but I can't find it. I've added strings in the Resources but after building the application I can't locate the satellite dll. Is there something else that is needed? Thanks again, Marc Soleda
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
Found. I needed to define the language for the form. Marc Soleda.
... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits