Skip to main content

Microsoft Silverlight

Answered Question Deleting the additional languages from applicationRSS Feed

(0)

Illuminaty
Illuminaty

Member

Member

52 points

48 Posts

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 - ניתוח טכני
תיק השקעות וירטואלי

preishuber
preishuber

Contributor

Contributor

3570 points

655 Posts

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

theomed
theomed

Member

Member

28 points

9 Posts

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

Illuminaty
Illuminaty

Member

Member

52 points

48 Posts

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 - ניתוח טכני
תיק השקעות וירטואלי

preishuber
preishuber

Contributor

Contributor

3570 points

655 Posts

Answered Question

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
preishuber

Contributor

Contributor

3570 points

655 Posts

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

Illuminaty
Illuminaty

Member

Member

52 points

48 Posts

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 - ניתוח טכני
תיק השקעות וירטואלי
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities