Swedish Language error

G

Guest

I'm having the same problem as Melker posted on 5/16/2006.

"I have US English set as Office 2003 default language. I have a Power Point
document which I write in English. However, the document "thinks" it is in
Swedish and thus discovers a lot of spelling errors. I can mark text and
change it to English, but all new text I enter will still be regarded as
Swedish. "

I have followed the reply from LUC. I added the macro and it still thinks
something is Swedish. I have alot of text boxes and side notes. Is there
anyway I can FIND the swedish language within the PPT? the PPT is over 250
pages!!!

Thanks,
 
U

Ute Simon

Are you using a Swedish version of PowerPoint or a presentation that was
created based on a Swedish template? PowerPoint "remembers" the language of
the template. I don't know, which macro you used, but one which searches all
shapes on all files should be able to reset the language.

Best regards,
Ute
 
G

Guest

No I am not useing a Swedish version of PPT. Possibly when creating the
presentation i moved or copied something that was made by someone else.

with out redoing all 200+ pages, how can I find the swedish within the PPT?
 
G

Guest

No I am not useing a Swedish version of PPT. Possibly when creating the
presentation i moved or copied something that was made by someone else.

with out redoing all 200+ pages, how can I find the swedish within the PPT?
 
S

Steve Rindsberg

Open the presentation and while it's the active presentation, run this:

Sub WhatSprach()
With ActivePresentation
MsgBox .DefaultLanguageID
' will show 1033 if USEnglish
' will show 1053 if Swedish, 2077 if SwedishFinland
' and this will set it to US English
.DefaultLanguageID = msoLanguageIDEnglishUS
' or EnglishUK or EnglishAUS or ....
End With
End Sub

Does that help?
 
G

Guest

If Steve's method doesn't do it for you we have a free addin that changes
everything (text, diagrams, tables, groups etc and the default language) to
any language you want. Just drop me an email (NOTE we close at 12 today so
miss that and it will be Monday!)
 
G

Guest

Thanks all... Sorry for the delay in getting back to everyone... I actually
went page by page and found the issue. Luckily it was on page 3... Just
deleted the page and started over
Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top