Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How do I reload Local Resources to include new keys recently added

Reply
Thread Tools

How do I reload Local Resources to include new keys recently added

 
 
David.ARAS360
Guest
Posts: n/a
 
      04-09-2010
I've got a page (Default.aspx) with 3 different languages: en, de, es.

On my Default.aspx page, I've made my original Defalt.aspx.xx.resx files.
They work like a charm.

But now I've added some more controls to the Default.aspx page. How do I get
my language resource files to update and add the missing items? I could add
them all manually, but that's bound to cause me to forget some.

Is there a way to automate the regeneration of the resx files so that it
will add the missing keys?

Thanks
 
Reply With Quote
 
 
 
 
Bob Barrows
Guest
Posts: n/a
 
      04-10-2010
David.ARAS360 wrote:
> I've got a page (Default.aspx) with 3 different languages: en, de, es.
>
> On my Default.aspx page, I've made my original Defalt.aspx.xx.resx
> files. They work like a charm.
>
> But now I've added some more controls to the Default.aspx page. How
> do I get my language resource files to update and add the missing
> items? I could add them all manually, but that's bound to cause me
> to forget some.
>
> Is there a way to automate the regeneration of the resx files so that
> it will add the missing keys?
>

I might be wrong, but I doubt it. In any case:

***canned wrong-newsgroup reply************************
There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic (COM-based) asp newsgroup.
ASP.Net bears very little resemblance to classic ASP so, while you may be
lucky enough to find a dotnet-knowledgeable person here who can answer your
question, you can eliminate the luck factor by posting your question to a
group where those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.
************************************************** ****************

--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
/* #include <someyhing.h> */ => include it or do not include it?That is the question .... Andreas Bogenberger C Programming 3 02-22-2008 10:53 AM
JavaScript refresh: <a href="#" onClick="window.location.reload( true );">Reload</a> Joshua Beall HTML 26 06-29-2007 06:31 PM
How to test a recently-added PCI adapter with USB 2.0 and Firewire ports? Walden Computer Support 5 02-07-2007 01:01 PM
Is there an SNMP equivalent to "Reload in [x]" / "Reload cancel" commands? steve.chambers@gmail.com Cisco 5 05-20-2006 04:06 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57