views:

33

answers:

1

I found this useful page for learning how to do localization with ExtJS.

How can I apply the same principle to the column headers of a GridPanel?

A: 
Evan Trimboli
Thank you, would the language file then have Ext.override(MyApp.Locale, { Column1Text: 'Foo2', Column2Text: 'Bar2'};?I made a app-lang-ja.js, but this isnt being picked up...
Ric Tokyo
Yes, that's correct. When you say "isn't picked up", I assume you're including it properly?
Evan Trimboli