Hello You All,
I am using VS 2005 and Crystal Report 10.2 which is coming with VS 2005.
I have developed an web application which uses crystal report 10.2.
I have localized the crystal report tool bar, export and print window for German Language which is working fine after deployment.
Now I need to localize the same tool bar, export and print window to support Cyrillic text which shall be run on Russian OS.
After a long surfing in internet, I did not find any language resource file for Russian language.
That's why i have considered German language resource file as the base file and translated every German text in CRWebFormViewer.txt to Cyrillic text.
Then i have used the below command lines
1) resgen /compile CRWebFormViewer.txt,CrystalDecisions.Web.resources
2) al.exe /t:lib /embed:CrystalDecisions.Web.resources /culture:ru /out:CrystalDecisions.Web.custom_resources.dll
Then i have put this "CrystalDecisions.Web.custom_resources.dll" file inside "ru" folder of my Website's virtual directory.
All the Tool bar texts for all tool bar icons are being visible correctly, but when i pressed export or print button on tool bar of crystal report, i am always seeing another html page which is fully blank page.
I have spent almost 1 day for this and tried the blow mentioned solutions Still no luck.
http://msdn.microsoft.com/en-us/library/ms227625%28v=VS.80%29.aspx
Any help on this shall be highly appreciable.
Thanks a ton in advance.
Bibhudatta