not work for Alert window on Locale
hi,
i try support web sire locale, work fine title, text , label.
like <mx:label
verticalcenter="middle" text="{resourcemanager.getstring('lang', 'comm.operations')}:" fontweight="bold" />
but not work in popup alert window.
alert.show( "{resourcemanager.getstring('lang', 'login.salt.msg')}"); may know how support it? thanks
you calling alert.show() <mx:script> block. script block actionscript code, curly braces binding sytax mxml.
you can create binding resourcemanager.getstring('lang', 'login.salt.msg') to variable using <mx:binding> , use variable in call alert.show().
hth,
gaurav jain
flex sdk team
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment