Collection items not outpot to resource files
Hi,
I am using the ML for web forms projects with components from Developers Express.
Many of these compenents makes heavy use of collections. Example:
The XtraTabControl has a collection of XtraTabPages. Each of these pages have a property named Text (used for the caption).
Now after a control scan all the TabPages are represented in your grid and I can translate them. But the translated strings are not put into the language specific resx files.
They are in the neutral resx-files - just not in the language specific.(A peculiar thing though: It seems that at most one of the tabpage.text strings do go into the resx.)
This problem occurs whether I explicitly export or not and it does not seem to matter whether I use the new Determine resource names or not.
Any hints?
/Jens Bo Frederiksen