Page view counter
Deleting the additional languages from application Subscribe to this thread
Last post 01-02-2009 11:26 AM by Illuminaty. 6 replies.
Sort Posts:
01-02-2009 6:12 AM
Deleting the additional languages from application

is there any to remove all the additional languages (de, es, fr, ...) .

 It keeps building them everytime, probably increasing my xap size alot.

---------------------
http://www.fxg.co.il - Technical Analysis - ניתוח טכני
תיק השקעות וירטואלי

Illuminaty

Loading...
Joined on 08-24-2008
Israel
Posts 24
01-02-2009 6:52 AM
Re: Deleting the additional languages from application

what do you mean with additional languages? You find in your app dll nothing special.

-Hannes

http://www.preishuber.net http://weblogs.asp.net/hpreishuber

preishuber

Loading...
Joined on 09-20-2002
Austria/Germany
Posts 434
01-02-2009 7:02 AM
Re: Deleting the additional languages from application

Look at setting the culture attribute of the globalization element in the web.config file to auto. Also take a look at http://msdn.microsoft.com/en-us/library/hy4kkhe0.aspx for more info. Hope this helps.

Mark as answered if my solution solves your problem.

www.theomedeiros.com
Theo Medeiros

theomed

Loading...
Joined on 03-06-2007
Posts 9
01-02-2009 8:32 AM
Re: Re: Deleting the additional languages from application

What I mean is for example take a look at the web application directory of your project.

In the bin folder I have many resource dll like  System.Web.Silverlight.resources for Korean and it increases my web application size. and that makes my updating of the web application quite slow ( I only have about 19 KBytes/S here in Israel)

---------------------
http://www.fxg.co.il - Technical Analysis - ניתוח טכני
תיק השקעות וירטואלי

Illuminaty

Loading...
Joined on 08-24-2008
Israel
Posts 24
01-02-2009 8:47 AM
Marked as Answer
Re: Re: Deleting the additional languages from application

19kb/s - thats really slow- and good reminder that not everybody owns a 30 MBit DSL

back to your issue: yes- but that is not transfered to client. Only XAP form clientbin goes over the wire. You can open the xap eg with winrar and you will (hopefully) see no resource DLL's

-Hannes

http://www.preishuber.net http://weblogs.asp.net/hpreishuber

preishuber

Loading...
Joined on 09-20-2002
Austria/Germany
Posts 434
01-02-2009 9:21 AM
Re: Re: Deleting the additional languages from application

one additional note about compression rate and download size

http://weblogs.asp.net/hpreishuber/archive/2009/01/02/silverlight-2-0-compression-rate.aspx

-Hannes

http://www.preishuber.net http://weblogs.asp.net/hpreishuber

preishuber

Loading...
Joined on 09-20-2002
Austria/Germany
Posts 434
01-02-2009 11:26 AM
Re: Re: Re: Deleting the additional languages from application

Thank you very much Hannes.

By the way, I'm looking forward to your explanation about xap compression

---------------------
http://www.fxg.co.il - Technical Analysis - ניתוח טכני
תיק השקעות וירטואלי

Illuminaty

Loading...
Joined on 08-24-2008
Israel
Posts 24
Microsoft Communities