SharePoint 2007 use the English-US language for the Spell Checker in OOTB MOSS Content Editor, but there is no UI options to change its language to other one.
The only workaround is to use JavaScript - you need to change the master page adding the following code
<script language="JavaScript" type="text/JavaScript">
L_Language=3081;
</script>
Microsoft has acknowledged that this is a valid workaround.
Thanks to Chander Ramanathan
Comments (2)
Subscribe to this comment's feedMichael
You need to use SharePoint Designer, and follow this description about master pages and its locations http://office.microsoft.com/en...01033.aspx
October 29, 2009
Write comment
| < Prev | Next > |
|---|

















I use sharepoint on a regualar basis but i am not very technical!
Can you give some more detail around how to do this?
Thanks!