Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.2 KiB

  1. <OSCML>
  2. <META KEY=ENTER HREF="LOGIN">
  3. <META KEY=F3 ACTION="REBOOT">
  4. <TITLE> Client Installation Wizard Multilanguage Welcome Example </TITLE>
  5. <FOOTER> Select a language and press [ENTER] to continue </FOOTER>
  6. <BODY left=5 right=75>
  7. <BR>
  8. <BR>
  9. Select a language from the list below. The language you select determines which
  10. language-specific operating system choices and tools are offered for installation.
  11. <BR>
  12. <FORM ACTION="WELCOME">
  13. <SELECT NAME="LANGUAGE" SIZE=4>
  14. <OPTION VALUE="ENGLISH"> English
  15. <OPTION VALUE="GERMAN"> Deutsch
  16. <OPTION VALUE="SPANISH"> Espanol
  17. <OPTION VALUE="FRENCH"> Francais
  18. </SELECT>
  19. </FORM>
  20. <BR>
  21. NOTE TO ADMINISTRATORS: This file is an example of a multilanguage Welcome screen. By using a multilanguage Welcome screen, you can host multiple languages of an operating system (OS) on a remote installation server, yet present only the language-specific OS options. When a user selects a language, the remote installation service presents a list of operating systems that match the chosen language. You need to ensure that the languages listed above are available as images on the remote installation servers on your network.
  22. </BODY>
  23. </OSCML>