| 42 | | Localizing these files it's really simple: |
| 43 | | |
| 44 | | * open file in !VisualStudio.NET (with simple double clickover the file) |
| 45 | | * A form (see picture below) is showed with 3 (three) columns in the following order (column names are provided in english as a reference): |
| 46 | | 1. Name: source language string |
| 47 | | 2. Value: __target language string__ (initially set to "(Untranslated)") |
| | 42 | Localising these files is simple: |
| | 43 | |
| | 44 | * Open the file in Visual Studio.NET (double clicking the file) |
| | 45 | * A form (see picture below) is shown with three columns in the following order (column names are provided in English as a reference): |
| | 46 | 1. Name: ''source'' language string |
| | 47 | 2. Value: ''target'' language string (initially set to "(Untranslated)") |
| 66 | | == How localize __Forms__ and __Custom Controls__ == |
| 67 | | [[BR]] |
| 68 | | Each form has a number of controls that shows text and then that can be localized.[[BR]][[BR]] |
| 69 | | Localization process is basically constituted by: |
| 70 | | 1. Choosing form language property as the target localization language (as in the picture on the right) |
| 71 | | 2. Choose, by a single click, the form object that required to be localized (it can be a Label, by example) |
| 72 | | 3. Select ''Text'' property of the object |
| 73 | | 4. Change the value of the property ''Text'' |
| 74 | | 5. Repeat from 2 to 4 for each control require licalization |
| 75 | | |
| 76 | | Below follows details for each form actually included in the project.[[BR]] |
| | 64 | == How to localise Forms and Custom Controls == |
| | 65 | Each form has a number of controls that shows text and then that can be localised. |
| | 66 | |
| | 67 | The localisation process comprises: |
| | 68 | 1. Choosing the form's '''Language''' property as the target locale (shown in the screenshot on the right.) |
| | 69 | 2. Clicking the form object that requires localisation (it can be a Label, for example.) |
| | 70 | 3. Selecting the '''Text''' property of the object. |
| | 71 | 4. Changing the value of the '''Text''' property. |
| | 72 | 5. And repeating steps 2 through 4 for each control requiring localisation. |
| | 73 | |
| | 74 | The following section describes the controls that require localisation. |
| | 75 | [[BR]] |