![]() |
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 |
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 |
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 |
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 |
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.