X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/locale/dutch-form.html diff --git a/examples/locale/dutch-form.html b/examples/locale/dutch-form.html index 1399b81d..4ec5820e 100644 --- a/examples/locale/dutch-form.html +++ b/examples/locale/dutch-form.html @@ -16,8 +16,9 @@ - - + + + @@ -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.