X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/locale/dutch-form.html diff --git a/examples/locale/dutch-form.html b/examples/locale/dutch-form.html index 1399b81d..07618626 100644 --- a/examples/locale/dutch-form.html +++ b/examples/locale/dutch-form.html @@ -3,33 +3,34 @@ Dutch Form + - - - - - - - - - - + + + + + + + - - - - + + - +

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.