Skip to content
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.

Documentation

Read the documentation for Bundle class and how to use it [Here][Documentation.md]

Download and try it yourself

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.

Clone this wiki locally