Setting the language of a Powerpoint presentation

sancho.s ReinstateMonicaCellio

Is there any way of setting the language of a Powerpoint presentation to be different from the system language?

I found ways for changing the language of currently existing placeholders (and also VBA code for changing all text). E.g.

How do I change the language of all Powerpoint slides at once?

Change the spell-checking language on a PowerPoint presentation

and many other links from googling.

But these do not act for anything to be inserted in the future. Thus, I might use this after the presentation is finished, but it is still a workaround, and it is incomplete, as I might forget applying it after finishing, or someone else might not do it in shared work.

EDIT PS: This is a follow-up question for

Powerpoint language does not follow slide master

Steve Rindsberg

This will change the default language for a given presentation:

With ActivePresentation .DefaultLanguageID = msoLanguageIDEnglishAUS End With

It will not change any already-inserted text but any text added afterwards will be set to the default language.

There's a "gotcha" you'll want to be aware of. While the name of the property suggests that this code will only affect the active presentation, it actually sets the default language for this AND ANY NEW PRESENTATIONS YOU CREATE until you change the language back to whatever it was before.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Using OpenXML to save a PowerPoint presentation as a PDF

From Dev

Open a powerpoint presentation and hide the window

From Dev

Programmatically editing text in a powerpoint presentation

From Dev

How to add pictures to Powerpoint Presentation Picture PlaceHolder?

From Dev

NSWindowController/NSViewController "Presentation" setting in Storyboard

From Dev

Make a PowerPoint presentation using Python?

From Dev

Open a PowerPoint presentation from Excel with VBA and then set that presentation to a variable

From Dev

android - setting presentation time of mediacodec

From Dev

Getting the current zoom of a powerpoint presentation

From Dev

Paperclip: How to upload Powerpoint presentation files

From Dev

PowerPoint: reuse a slide multiple times in a presentation

From Dev

How to have sub-points in a powerpoint presentation

From Dev

How to extract all images from a PowerPoint presentation?

From Dev

Add text to PowerPoint slide during a presentation

From Dev

Change the spell-checking language on a PowerPoint presentation

From Dev

Embed slides from another PowerPoint presentation

From Dev

Remove all unused master slides in a PowerPoint presentation

From Dev

How to convert Powerpoint ppsx (presentation) to pdf?

From Dev

Exception trying to load powerpoint presentation

From Dev

Powerpoint and VBA - "Modular" presentation

From Dev

Determine whether Powerpoint is in Presentation mode or not

From Dev

Deleting named objects in a Powerpoint presentation

From Dev

select slide in powerpoint by hotkey when not in presentation mode

From Dev

Edit one PowerPoint presentation on two monitors

From Dev

Loop a selected part of a Powerpoint presentation

From Dev

Generating a powerpoint presentation with VBA and Excel

From Dev

Paperclip: How to upload Powerpoint presentation files

From Dev

how to add a textbox to a powerpoint presentation using vba

From Dev

VBA to list all object names of a powerpoint presentation

Related Related

  1. 1

    Using OpenXML to save a PowerPoint presentation as a PDF

  2. 2

    Open a powerpoint presentation and hide the window

  3. 3

    Programmatically editing text in a powerpoint presentation

  4. 4

    How to add pictures to Powerpoint Presentation Picture PlaceHolder?

  5. 5

    NSWindowController/NSViewController "Presentation" setting in Storyboard

  6. 6

    Make a PowerPoint presentation using Python?

  7. 7

    Open a PowerPoint presentation from Excel with VBA and then set that presentation to a variable

  8. 8

    android - setting presentation time of mediacodec

  9. 9

    Getting the current zoom of a powerpoint presentation

  10. 10

    Paperclip: How to upload Powerpoint presentation files

  11. 11

    PowerPoint: reuse a slide multiple times in a presentation

  12. 12

    How to have sub-points in a powerpoint presentation

  13. 13

    How to extract all images from a PowerPoint presentation?

  14. 14

    Add text to PowerPoint slide during a presentation

  15. 15

    Change the spell-checking language on a PowerPoint presentation

  16. 16

    Embed slides from another PowerPoint presentation

  17. 17

    Remove all unused master slides in a PowerPoint presentation

  18. 18

    How to convert Powerpoint ppsx (presentation) to pdf?

  19. 19

    Exception trying to load powerpoint presentation

  20. 20

    Powerpoint and VBA - "Modular" presentation

  21. 21

    Determine whether Powerpoint is in Presentation mode or not

  22. 22

    Deleting named objects in a Powerpoint presentation

  23. 23

    select slide in powerpoint by hotkey when not in presentation mode

  24. 24

    Edit one PowerPoint presentation on two monitors

  25. 25

    Loop a selected part of a Powerpoint presentation

  26. 26

    Generating a powerpoint presentation with VBA and Excel

  27. 27

    Paperclip: How to upload Powerpoint presentation files

  28. 28

    how to add a textbox to a powerpoint presentation using vba

  29. 29

    VBA to list all object names of a powerpoint presentation

HotTag

Archive