Language files of a portlet is overriden after deploying a theme

thumbnail
Abdollah Esmaeilpour, modified 5 Years ago. Junior Member Posts: 60 Join Date: 8/22/09 Recent Posts
Hi folks. I have a portlet, say portlet P, developed using plugins-sdk -6.2 with a file Language_ar.properties. It contains a property named "video" which is displayed well i.e. فیدیو when I change the language to Arabic. However, after deploying a theme (again built using plugins-sdk-6.2) the Language_ar.properties of portlet P is ignored and "Video" is displayed instead of "فیدیو". The theme contains both Language_en.properties and Language_ar.properties but they don't contain the property "video". The portlet P depends on another portlet, say portlet Q. The portlet Q has been deployed before P. The portlet Q has both Language_ar.properties and Language_en.properties, too. Language_en.properties contains the property "video" with value "Video", but Language_ar.properties of the portlet Q doesn't contain the property "video". Why are the Language files of the portlet Q used instead of the portlet P after deploying the theme?