dhx.i18n namespace undefined or null.

I am using dhtmlxSuite, version 4.0.3.

It appears that the i1n namespace undefined, as I am getting javascript errors trying to globally set the date format per this example http://forum.dhtmlx.com/viewtopic.php?f=22&t=19687

// I am including dhtmlxcommon.js and dhtmlx.js in my page prior to calling the
// below APIs; the error I am getting is that i18n is undefined or null.
dhx.i18n.dateFormat = “%m/%Y”;
dhx.i18n.setLocale();

I know the aforementioned post is old, has this been deprecated? If so, is there a way to set all my date formats globally?

For the dhtmlxgrid please, try to use:
myGrid.i18n.decimal_separator="."
myGrid.i18n.group_separator=","

I don’t want to set each individual grid, I want to set it in one place for every grid that is created thereafter.

I apologize for my inattention.
Unfortunately it’s not available now to set the numberFormat/dateFormat attributes globally.

ok, thank you.