Search Results

0
votes
1answer
28 views

Specific message catalog techniques for web application

I have a web application that has user-readable text in three places: C source for CGI programs, JavaScript in .js files, and .HTML files and we are considering internationalization. I once worked …