Click here to Skip to main content
16,019,109 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have a excel file which I fetch in data table using C# now I have to check spelling of each data in Portuguese language using C#. Is it possible.
Posted
Comments
[no name] 27-Mar-14 7:54am    
http://stackoverflow.com/questions/22679566/spell-check-in-portuguese-language-in-windows-application

1 solution

Yes it is possible.

Portugese wasn't one of the standard languages supplied with my version of Office (it may be different for you), so you will need to ensure that you have the write language pack installed
- see Micro$oft's page for that[^]

Explanation of how to spell check using COM Interop - http://msdn.microsoft.com/en-us/library/ms173188(v=vs.80).aspx[^]

another example : http://stackoverflow.com/questions/12120082/excel-spell-check-using-c-sharp[^] - particularly some of the comments here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900