资 源 简 介
Dynamic Translation Add-on for ExtJs library
NOT MAINTAINED ANY MORE!
Current version is 1.8 (1.8 source uploaded to SVN)
_Updated 17.04.2010._
**Dynamic string resource loader - Java Translation Service plugin added will handle string ID"s to language translations**
> For example: IX\_PANEL\_TITLE\_1 will be translated to English value "This id demo panel" or GERMAN "Das ist demotafel" etc...
```
new Ext.Panel({
title: "IX_PANEL_TITLE_1",
preventBodyReset: true,
renderTo: "panel-reset-true",
width: 400
});
```
To see how resource string work"s read **How to use resource strings** documentation under downloads section.
See Changes page for more info!****
## **Introduction** ##
This project is add on scripts for ExtJs http://extjs.com/ library which enables features of dynamic translation of ExtJs GUI components