Denis Kokorin created FLEX-34622:
------------------------------------
Summary: IResourceManager.localeChain is not bindable
Key: FLEX-34622
URL: https://issues.apache.org/jira/browse/FLEX-34622
Project: Apache Flex
Issue Type: Bug
Components: Runtime Localization
Affects Versions: Apache Flex 4.11.0
Reporter: Denis Kokorin
Priority: Trivial
In IResourceManager there is several bindable functions. But direct binding to
localeChaing property is not possible. \[Bindable("change")\] will fix that.
Workaround: copy IResourceManager to your project and add metadata:
{code}
[Bindable("change")]
function get localeChain():Array /* of String */;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)