Hi, I read the next link related to localization and download the localized resources
https://www.devexpress.com/Support/Center/ViewKBIssue.aspx?kbid=A421&searchtext=localization&pgid=ecb3be56-c75a-4166-aa68-cb462cd2dd2b
Then I read this one: (I decided to use satellite assemblies)
http://www.devexpress.com/Help/default.aspx?document=XtraEditors/CustomDocument620.htm
Now I need to know how can I create the localized version of XtraPrint 'cause there are several archives at the respective folder (suppose I will use spanish)
ComponentEditorForm.es.resx, LocalizationRes.es.resx, WatermarkEditorForm.es.resx, HeaderFooterForm.es.resx
Is necessary to worry about all this files? or I can just add the DevExpress.XtraPrinting.v7.1.Resources.dll file to the "es" folder of my application.
I did that an work (I didn't use and didn't care about the .resx files) , but what about all the other components, what about dialog forms created for Dxperience that I can't control neither localize them using the corresponding localizer object?
Thanks