Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   How to remove localization(get rid of meta keys metaresourcekey)? (http://www.velocityreviews.com/forums/t636132-how-to-remove-localization-get-rid-of-meta-keys-metaresourcekey.html)

coderr 09-19-2008 11:52 AM

How to remove localization(get rid of meta keys metaresourcekey)?
 
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

Cowboy \(Gregory A. Beamer\) 09-19-2008 01:13 PM

Re: How to remove localization(get rid of meta keys metaresourcekey)?
 
You could build a program to look for that attribute and strip it. Perhaps
someone has already done this? Other than that, I know of no easy way to
remove the resource keys. You can turn off localization without removing the
keys, of course, if this is your immediate goal. You will probably still
want to remove stuff, but it at least gives you an interim path. Wish I had
a better answer, but I do not.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"coderr" <coderr@gmail.com> wrote in message
news:97426e5e-b648-4bb1-9b0d-c22fc6ed1dc7@y21g2000hsf.googlegroups.com...
> 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



coderr 09-19-2008 02:40 PM

Re: How to remove localization(get rid of meta keys metaresourcekey)?
 
On Sep 19, 4:13*pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamM> wrote:
> You could build a program to look for that attribute and strip it. Perhaps
> someone has already done this? Other than that, I know of no easy way to
> remove the resource keys. You can turn off localization without removing the
> keys, of course, if this is your immediate goal. You will probably still
> want to remove stuff, but it at least gives you an interim path. Wish I had
> a better answer, but I do not.
>
> --
> Gregory A. Beamer
> MVP, MCP: +I, SE, SD, DBA
>
> Subscribe to my bloghttp://feeds.feedburner.com/GregoryBeamer#
>
> or just read it:http://feeds.feedburner.com/GregoryBeamer
>
> ********************************************
> | Think outside the box! * * * * * * * * * * * * * * * |
> ********************************************"coder r" <cod...@gmail.com> wrote in message
>
> news:97426e5e-b648-4bb1-9b0d-c22fc6ed1dc7@y21g2000hsf.googlegroups.com...
>
> > 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


Thanks, i could simply write a program using regular expressions, i
though there might be build-in feature in VisualStudio IDE

Cowboy \(Gregory A. Beamer\) 09-19-2008 07:51 PM

Re: How to remove localization(get rid of meta keys metaresourcekey)?
 
Generally when one goes to localization, they don't go back. That is
probably why there is no tool.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"coderr" <coderr@gmail.com> wrote in message
news:eed6f6ff-1e8b-499a-b613-1d2fbc9d8308@l42g2000hsc.googlegroups.com...
On Sep 19, 4:13 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamM> wrote:
> You could build a program to look for that attribute and strip it. Perhaps
> someone has already done this? Other than that, I know of no easy way to
> remove the resource keys. You can turn off localization without removing
> the
> keys, of course, if this is your immediate goal. You will probably still
> want to remove stuff, but it at least gives you an interim path. Wish I
> had
> a better answer, but I do not.
>
> --
> Gregory A. Beamer
> MVP, MCP: +I, SE, SD, DBA
>
> Subscribe to my bloghttp://feeds.feedburner.com/GregoryBeamer#
>
> or just read it:http://feeds.feedburner.com/GregoryBeamer
>
> ********************************************
> | Think outside the box! |
> ********************************************"coder r" <cod...@gmail.com>
> wrote in message
>
> news:97426e5e-b648-4bb1-9b0d-c22fc6ed1dc7@y21g2000hsf.googlegroups.com...
>
> > 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


Thanks, i could simply write a program using regular expressions, i
though there might be build-in feature in VisualStudio IDE


coderr 09-25-2008 12:20 PM

Re: How to remove localization(get rid of meta keys metaresourcekey)?
 
On Sep 19, 10:51*pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamM> wrote:
> Generally when one goes to localization, they don't go back. That is
> probably why there is no tool.
>
> --
> Gregory A. Beamer
> MVP, MCP: +I, SE, SD, DBA
>
> Subscribe to my bloghttp://feeds.feedburner.com/GregoryBeamer#
>
> or just read it:http://feeds.feedburner.com/GregoryBeamer
>
> ********************************************
> | Think outside the box! * * * * * * * * * * * * * * * |
> ********************************************"coder r" <cod...@gmail.com> wrote in message
>
> news:eed6f6ff-1e8b-499a-b613-1d2fbc9d8308@l42g2000hsc.googlegroups.com...
> On Sep 19, 4:13 pm, "Cowboy \(Gregory A. Beamer\)"
>
>
>
> <NoSpamMgbwo...@comcast.netNoSpamM> wrote:
> > You could build a program to look for that attribute and strip it. Perhaps
> > someone has already done this? Other than that, I know of no easy way to
> > remove the resource keys. You can turn off localization without removing
> > the
> > keys, of course, if this is your immediate goal. You will probably still
> > want to remove stuff, but it at least gives you an interim path. Wish I
> > had
> > a better answer, but I do not.

>
> > --
> > Gregory A. Beamer
> > MVP, MCP: +I, SE, SD, DBA

>
> > Subscribe to my bloghttp://feeds.feedburner.com/GregoryBeamer#

>
> > or just read it:http://feeds.feedburner.com/GregoryBeamer

>
> > ********************************************
> > | Think outside the box! |
> > ********************************************"coder r" <cod...@gmail.com>
> > wrote in message

>
> >news:97426e5e-b648-4bb1-9b0d-c22fc6ed1dc7@y21g2000hsf.googlegroups.com....

>
> > > 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

>
> Thanks, i could simply write a program using regular expressions, i
> though there might be build-in feature in VisualStudio IDE


i just tried "find & replace" feature of VS IDE, here is my solution:
{meta}:Po{resourcekey="}:i{"}
simply we can search for text using regular expressions no need to
write any code


All times are GMT. The time now is 12:32 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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