Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / August 2006

Tip: Looking for answers? Try searching our database.

How do I change the language within in a presentation?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Helenh - 10 Aug 2006 15:42 GMT
I've got a presentation that has some text in another language, how do I
change it all back to English (UK) without selecting each text block one at a
time?

Thanks (in anticipation!)
Signature

Regards,
Helen

Luc - 10 Aug 2006 17:12 GMT
Helen,
See if this helps:
http://support.microsoft.com/default.aspx?scid=kb;en-us;245468

If the text is solely in placeholders:
Open your presentation and choose the outline tab on the left of your
screen, this shows you all of the text you put in the slides. Now
select them all (CTRL+A). Choose Tools and Language, select English as the
language and hit OK.

Signature

Luc Sanders
(MVP - PowerPoint)

> I've got a presentation that has some text in another language, how do I
> change it all back to English (UK) without selecting each text block one
> at a
> time?
>
> Thanks (in anticipation!)
Helenh - 10 Aug 2006 17:37 GMT
Thanks Luc, but unfortunately it doesn't seem to work in the file I've been
sent (guess they haven't put everything in placeholders!)

Thanks for replying.
Signature

Regards,
Helen

> Helen,
> See if this helps:
[quoted text clipped - 12 lines]
> >
> > Thanks (in anticipation!)
John Wilson - 10 Aug 2006 18:28 GMT
This vba should reset text boxes

Sub lang()
Dim osld As Slide
Dim oshp As Shape
For Each osld In ActivePresentation.Slides
For Each oshp In osld.Shapes
If oshp.Type = msoTextBox Then
If oshp.HasTextFrame Then
oshp.TextFrame.TextRange.LanguageID = msoLanguageIDEnglishUS
End If
End If
Next oshp
Next osld
End Sub
Signature


Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist
http://www.technologytrish.co.uk/ppttipshome.html

> Thanks Luc, but unfortunately it doesn't seem to work in the file I've been
> sent (guess they haven't put everything in placeholders!)
[quoted text clipped - 17 lines]
> > >
> > > Thanks (in anticipation!)
Helenh - 11 Aug 2006 16:37 GMT
sorry John, you've lost me.. can you explain in a different way (or very
basic terms) what do I need to do?
Signature

Thanks,
Helen

> This vba should reset text boxes
>
[quoted text clipped - 33 lines]
> > > >
> > > > Thanks (in anticipation!)
<<< R I N O >>> - 10 Aug 2006 19:11 GMT
Hi Helen,
If you completely followed Luc instruction and nothing did change then you should re-install your PT and this time choose to include
all language modules.

Hope it'll works on you!
Rino

Thanks Luc, but unfortunately it doesn't seem to work in the file I've been
sent (guess they haven't put everything in placeholders!)

Thanks for replying.
Signature

Regards,
Helen

"Luc" wrote:

> Helen,
> See if this helps:
[quoted text clipped - 12 lines]
> >
> > Thanks (in anticipation!)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.