Hy,
I have developed a custom widget which is using also localizations.
The localization is based on a custom locale properties file.
In my widget, I have integrated it with:
When I'm compiling the widget with the flexViewer30 in FlashBuilder, the localizations are working as expected.
When I'm using the pre-compiled FlexViewer and I'm copying the widget swf in it, the localizations aren't working.
What are the steps to deploy a custom localized widget in a binary FlexViewer version?
The complete widget sources can be found here: http://bitbucket.schuller.lu/pchprintwidget30
Thanks,
Tom
I have developed a custom widget which is using also localizations.
The localization is based on a custom locale properties file.
In my widget, I have integrated it with:
Code:
<fx:Metadata>
[ResourceBundle("PchPrintWidget")]
</fx:Metadata>
When I'm using the pre-compiled FlexViewer and I'm copying the widget swf in it, the localizations aren't working.
What are the steps to deploy a custom localized widget in a binary FlexViewer version?
The complete widget sources can be found here: http://bitbucket.schuller.lu/pchprintwidget30
Thanks,
Tom