You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
Maximiliano Fierro edited this page Jun 7, 2011
·
6 revisions
Welcome to the Ext.i18n.Bundle wiki!
Ext.18n.Bundle: A Resource Bundle implementation for ExtJS (a la Java)
Description
Resource Bundles are designed to separate the local based information from source code. This helps to maintain the source code and facilitates the translations.
Unlike its Java counterpart, in this implementation, Bundles can store only Strings and will load only one file.
You can just checkout the project and deploy it on a WebServer (i.e. Apache). You must add the reference to ExtJS library. To do that you can just create a folder named ext on the same level as index.html and drop there your ExtJS 4 lib. You can also use a symlink.