X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/examples/locale/dutch-form.html diff --git a/examples/locale/dutch-form.html b/examples/locale/dutch-form.html index 1399b81d..50aad364 100644 --- a/examples/locale/dutch-form.html +++ b/examples/locale/dutch-form.html @@ -13,11 +13,12 @@ - + - - + + + @@ -26,10 +27,15 @@

Localization with Ext

This demonstrates a dutch location of Ext using the form component. It includes the localization - file "ext-lang-nl.js" from the source/locale folder of the Ext download. + file "ext-lang-nl.js" from the source/locale folder of the Ext download. By placing all language + text such as field labels and button labels and date formats in the prototype, we can easily + localize our components by overriding these values. View + ContactForm.jsand + ContactForm-nl.js to learn how Ext applies + internationalization to JavaScript.

-

The js is not minified so it is readable. See dutch-form.js.

+

The js is not minified so it is readable. See ContactForm.js and ContactForm-nl.js.