Hello, I use resourceManager for a multi-lingual application.
It is working well in the mxml part of the code.
But in the Action Script part, the ArrayCollection is not updated when I change
the language.
The source code is :
public var buyColl:ArrayCollection = new ArrayCollection ();
onInit()
{
buyColl.addItem({product:resourceManager.getString('myResources', 'ONEWEEK')});
}
Thank you,
Christophe,

