Main Points

  • Translator Set Up A C# web application that will assist me in creating complete "Perrill" translations of foreign language materials in a web ready format so they can be posted online.
  • Skip to Main Points links return to the Main Points menu.

Translator Set Up

I'm trying in this test to provide the basic interface and some very basic functionality to work with strings in C#. First, I've built the text area and submit button so that someone can insert a string, and click submit to start the translation process. To keep things simple for right now, I've also included a label where I can output what's entered into the text area. This at least establishes the general structure of string input and web ready output. A good first step. I'm still not sure if I want to create webpages, or text files, or save to a database for dynamic output, or if those are all options this will one day support. A key part of what we do next will be to provide a more detailed application design of what specs we do want to create to begin with. We can always do more later.




Skip to Main Points
<---- Jump back to Perrill Translator Development