When I Exported GridView In Some Formated It Exported Fine But When I change Culture Of The WebSite It Export Data With Understood Data..
My Culture Is Arabic And English ..When i Export in English Culture ..the exported document correct for english language but wrong for arabic language..
In Arabic Culture...It Exported Correct In Both Language ...
Where is the fault here ...
Is that from Culture or from Code That Exported That Grid View...
before exporting you need to set the culture by default en-US is the english culture so for english conversion no need to set but other languages we need first set it and then do the conversion
mohamedaly
0 Points
12 Posts
Exported Grid View in Some Formats(PDFs, Xls,Doc..)
May 31, 2012 10:56 AM|LINK
Hey All
When I Exported GridView In Some Formated It Exported Fine But When I change Culture Of The WebSite It Export Data With Understood Data..
My Culture Is Arabic And English ..When i Export in English Culture ..the exported document correct for english language but wrong for arabic language..
In Arabic Culture...It Exported Correct In Both Language ...
Where is the fault here ...
Is that from Culture or from Code That Exported That Grid View...
Some Help Please
Thanks In Advance
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: Exported Grid View in Some Formats(PDFs, Xls,Doc..)
May 31, 2012 11:06 AM|LINK
before exporting you need to set the culture by default en-US is the english culture so for english conversion no need to set but other languages we need first set it and then do the conversion