Can I find strings that need localization?

G

Guest

I have to localize a very large web application and therefore have to provide resource strings for all hard-coded strings in the application that will be visible to users

Is there a technique for 'finding' the strings that should be placed in resource files

I'm not looking for programs that 'test' the application and show whether I've missed a string, - I want to produce a list of strings before I create the resource file

Thanks in advance for any help on thi
Graham
 
C

CT

While I'm not sure if there is a tool for this, I guess hard work is the way
forward...<g> Seriously though, I guess you can start by finding all
Response.Write, .Text = and those kind of string assignment operations.

--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
Graham said:
I have to localize a very large web application and therefore have to
provide resource strings for all hard-coded strings in the application that
will be visible to users.
Is there a technique for 'finding' the strings that should be placed in resource files?

I'm not looking for programs that 'test' the application and show whether
I've missed a string, - I want to produce a list of strings before I create
the resource file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top