473,715 Members | 5,414 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

localization of app question

Ian
Hi there,

I am trying to follow this guide
(http://www.c-sharpcorner.com/Code/20...lAppsInNet.asp)
with regards to creating a multi language application.

I want to offer 2 languages at the beginning - English and Spanish.

My question is, do I need to embed the resource file for each language
inside my main app?

Or is there a way of loading these dynamically at the start of the
application. I see the satellite dll seems to support this but would this
mean that someone could technically provide another dll with different items
in there... Is there anyway to protect a satellite dll or would I be better
just embedding the resource files in VS.NET??

If I embed the resource file into VS.Net that i suppose it would be easier
but if later I decide to offer 15 lanaguage wouldn't this be a performance
issue?

If anybody has any more reference material for doing the above and ideas of
the best way then it would be gratefully appreciated

Thanks in advance

ian
Nov 16 '05 #1
3 1146
Ian,

What I have done in the past was to create a setup module for each
individual language. It may not be the best solution if you have to quickly
change from a language to another, but avoids the use of satellite DLLs.

Telmo Sampaio

"Ian" <ia*********@ho tmail.com> wrote in message
news:Of******** ******@TK2MSFTN GP10.phx.gbl...
Hi there,

I am trying to follow this guide
(http://www.c-sharpcorner.com/Code/20...lAppsInNet.asp)
with regards to creating a multi language application.

I want to offer 2 languages at the beginning - English and Spanish.

My question is, do I need to embed the resource file for each language
inside my main app?

Or is there a way of loading these dynamically at the start of the
application. I see the satellite dll seems to support this but would this
mean that someone could technically provide another dll with different items in there... Is there anyway to protect a satellite dll or would I be better just embedding the resource files in VS.NET??

If I embed the resource file into VS.Net that i suppose it would be easier
but if later I decide to offer 15 lanaguage wouldn't this be a performance
issue?

If anybody has any more reference material for doing the above and ideas of the best way then it would be gratefully appreciated

Thanks in advance

ian

Nov 16 '05 #2
> My question is, do I need to embed the resource file for each language
inside my main app? If you embed them, then you distroy all the advantages of the satelite DLLs.
someone could technically provide another dll with different items
in there... Is there anyway to protect a satellite dll or would I be better
just embedding the resource files in VS.NET??

Someone can change the embeded resources as well.

You can try to digitally sign the dlls, for instance?

But really, what is the problem if someone changes something in dlls?
It is a resource dll only, no code. What is the use to distribute such thing?
Who would want such a thing?

On the other side, at some point I did edit the resources of some
application, because the dialog sizes where so bad, that was almost useless.

Why waste the time to prevent such things?

--
Mihai
-------------------------
Replace _year_ with _ to get the real email
Nov 16 '05 #3
Ian
Thanks everyone for your help,

yep I don't think its too important at the moment but gonna use satellite
dll's

Thanks again

Ian
"Mihai N." <nm************ **@yahoo.com> wrote in message
news:Xn******** ***********@216 .148.227.77...
My question is, do I need to embed the resource file for each language
inside my main app? If you embed them, then you distroy all the advantages of the satelite

DLLs.
someone could technically provide another dll with different items
in there... Is there anyway to protect a satellite dll or would I be better just embedding the resource files in VS.NET?? Someone can change the embeded resources as well.

You can try to digitally sign the dlls, for instance?

But really, what is the problem if someone changes something in dlls?
It is a resource dll only, no code. What is the use to distribute such

thing? Who would want such a thing?

On the other side, at some point I did edit the resources of some
application, because the dialog sizes where so bad, that was almost useless.
Why waste the time to prevent such things?

--
Mihai
-------------------------
Replace _year_ with _ to get the real email

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1740
by: Anne DeBlois | last post by:
Hi, I am about to order Visual Studio .NET. We work with the French Canadian version of Windows XP Professional. I don't know exactly how it works, but I have a question that may sound stupid, but I want to ask it anyway - it's about localization and culture: -->We want to develop an application available in both French and English, and someday we want to translate it into Spanish. I have been told that the best thing to do is buy...
2
1930
by: Kallis | last post by:
Hello, I have the following situation when trying to localize my software: I have BIG solution with about 80 projects. In one of the projects I have a number of dialogs (the dialog project :-) ). I have decided that I do not want to use the "form"-mechanism (using the property "localized=true") for localization since the strings I show are not that "constant" during the life time of the dialog. Thus, I have to put the resources in...
1
9205
by: SDK | last post by:
Hello, I've written a little program in C# to test localization. It's one form with a label and a button. I've included two languages into my form (Dutch and English) using localization. In the main function, the culture is set to dutch, and it all looks fine. But when I change the culture (by pressing the button), I get a mix of the english resx and the dutch resx. My button gets duplicated instead of moved, and my label keeps...
11
1975
by: Manish Pansiniya | last post by:
Hello to all, we want to update resource online when administrator changes Localization database. can anybody tell me weather it is possible to run localization toolkit in command line or as batch process to generate satellite assembly ??? Reply ASAP whatever it is.
3
1472
by: Eric | last post by:
Hi, I'm just looking into the samples that are delivered withthe Enterprise Localization Framework/Toolkit. I have set it up and it all works fine. But.. now i have a question. I read a post, from a Microsoft employee i belief, and he stated the following: >3) The AutoPopulate feature doesn't work as well as I
6
1986
by: Rental | last post by:
I'm having the sam problem as described below with the Localization toolkit. Does anyone know if there is a solution to this problem. --->When attempting to generate resource dlls with --->LocalizationManagement.exe, I get an exception: --->Unable to generate loose file resources
4
1489
by: Tobin Harris | last post by:
Hi there, WARNING: Long-ish post! I'm about to undertake an ASP.NET project that requires localisation (2 languages initially, then more). I have read a little about localization, but have never needed to use it commercially yet. I'm wandering what the best way to approach localization is from a technical and also non technical point of view. My first thoughts
5
2650
by: CMM | last post by:
I don't seem to "get" ASP.NET 2.0's Localization features. I've read up on everything... and of course, everything is explained in cursory softball terms- not any "real-world" usage way. I hope someone can give me a clue... Questions: 1) Do my eyes deceive me or is it true that localization is still totally utterly disengaged from the Designer and Property Editor... either in source
3
2242
by: Corey B | last post by:
I have an ASP.NET application that was built in ASP.NET v1.1. It has a SQL Server back end database. I have been asked to provide an estimate for the level of effort required to produce a Chinese version of the application. I have read a bit about localization in .NET. However I have no experience with actually implementing localization. Can anyone out there provide some sort of idea as to how difficult or easy this may be? It...
4
4870
by: coderr | last post by:
Hi all, i have simple question, suppose that we have a ASP.NET web site with lots of local resource files, we can simple delete all of the resource files (resx). Question is, how can remove all of the meta keys like meta:resourcekey="blabla". Is there a simple way? (like replace all) regards
0
8718
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9343
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9198
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9104
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5967
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4738
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3175
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2541
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.