Skip to content

localized version of image links #2

@boschkundendienst

Description

@boschkundendienst

Hi, thanks for that cool project. I tried it out and it works!

I am running a german version of MS Office and the image files *.jpg are exported as FolieX.jpg instead of SLIDEX.JPG. Because your produced HTML code then points hardcoded to

Sections = Sections + "<img src='Slide" & i & ".jpg'>"

the HTML will not work correctly.

I manually changed the above line to

Sections = Sections + "<img src='Folie" & i & ".jpg'>"

and it works.

It would be nice if you automatically could determine the image names based on the localization settings and make it working for any language.

Not a big deal but maybe room for improvement?

Regards

Bosch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions