Table style defines language (how to change it?) 2007

J

Jan Kucera

Hi,
in the Manage Styles dialog, I found that the style called "Table Grid",
which new tables use, defines a language: "Font: English (United States),
....". But I don't see the way how to change it, the menu under Format button
does not contain Language item as when modifying a paragraph style.

If you have any idea how could I change or clear the language, please let
me know.
Jan
 
J

Jan Kucera

I've managed to do so by editing the docx file manually, but I wonder if I
missed something in the Word UI.
Jan
 
J

Jan Kucera

Hi Stefan,
thank you for try.
Try changing the language of the Normal style.
This is the problem... "But I don't see the way how to change it, the menu
under Format button
does not contain Language item as when modifying a paragraph style."

I've used the style inspector and manager and I've found that the language
comes from the table style, so changing the language of whole document,
either in every document or in the Normal template would not work (the table
style would override that).

I'm wondering this is a bug. Not the bad language set, but no UI way to
change the setting.

Cindy does not cover this problem, except the "Note, however, that this will
not affect headers, footers and some other areas that are not included in a
Ctrl+A selection. These will have to be selected and formatted separately."
which brings us back to the problem I have - no way to format it
separately - and "Another possibility is to save in RTF or HTML-Format, then
go into the source code and change/remove the language formatting." which I
particularly did with the docx package itself.

Jan
 
S

Stefan Blom

I was referring to the Normal *paragraph style.* Click Ctrl+Alt+Shift+S to
display the Styles pane. Right-click the Normal entry and click Modify
Style. In the dialog box, click Format, Language. What is its setting for
language?

--
Stefan Blom
Microsoft Word MVP


in message
 
S

Stefan Blom

You are definitely right: the language formatting seems to be in the table
style. That is very peculiar! However, you can fix the issue by copying the
Table Grid style from a different document or template.

--
Stefan Blom
Microsoft Word MVP


in message
 
J

Jan Kucera

Stefan Blom said:
You are definitely right: the language formatting seems to be in the table
style. That is very peculiar! However, you can fix the issue by copying
the
Table Grid style from a different document or template.

That's true, thank you for that idea.
Although I have no idea how the langue was set (or how I have managed to set
it) on the table style, if it is valid setting, there should be an option to
modify the language for table style as well.

I am glad that I'm not just crazy. ;-) Thank you for getting into it.

Jan
 
S

Stefan Blom

in message
That's true, thank you for that idea.
Although I have no idea how the langue was set (or how I have managed to
set it) on the table style, if it is valid setting, there should be an
option to modify the language for table style as well.

I am glad that I'm not just crazy. ;-) Thank you for getting into it.

Jan

It's hard to tell if the setting is valid. In my opinion, Word shouldn't let
you specify *paragraph* settings for tables either, but it does. :-(

Anyway, you should definitely be able to edit all aspects of a style via the
user interface.
 
S

Stefan Blom

Follow-up...

A different way to fix this is to use a simple macro:

ActiveDocument.Styles("Table Grid").LanguageID = wdEnglishUS

--
Stefan Blom
Microsoft Word MVP


in message
 

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