Is it possible to have an ArrayCollection value updated by a resource bundle value.
[Bindable]
public var cbDP:ArrayCollection = new ArrayCollection();
cbDP.addItem(
{label:ResourceManager.getInstance().getString('myResources','NAME') });
When changing locales at runtime, all label fields of flex components
update but the ArrayCollection does not.
Is the ResourceManager binding ignored on AC's? Is there another
solution?
Thanks,
Jeff

