dutch-form.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">-->
  2. <html lang="nl">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <title>Dutch Form</title>
  6. <!-- Ext -->
  7. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  9. <!-- Example -->
  10. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  11. <!-- GC -->
  12. <script type="text/javascript" src="../shared/examples.js"></script>
  13. <script type="text/javascript" src="../../locale/ext-lang-nl.js"></script>
  14. <script type="text/javascript" src="dutch-provinces.js"></script>
  15. <script type="text/javascript" src="ContactForm.js"></script>
  16. <script type="text/javascript" src="ContactForm-nl.js"></script>
  17. </head>
  18. <body>
  19. <h1>Localization with Ext</h1>
  20. <p>
  21. This demonstrates a dutch location of Ext using the form component. It includes the localization
  22. file "ext-lang-nl.js" from the source/locale folder of the Ext download. By placing all language
  23. text such as field labels and button labels and date formats in the prototype, we can easily
  24. localize our components by overriding these values. View
  25. <a href="ContactForm.js" target="_blank">ContactForm.js</a>and
  26. <a href="ContactForm-nl.js" target="_blank">ContactForm-nl.js</a> to learn how Ext applies
  27. internationalization to JavaScript.
  28. </p>
  29. <p>The js is not minified so it is readable. See <a href="ContactForm.js">ContactForm.js</a> and <a href="ContactForm-nl.js">ContactForm-nl.js</a>.</p>
  30. </body>
  31. </html>