Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-13-2018, 12:35 PM
kuchen kuchen is offline Is it possible to show errors only if they are wrong in BOTH languages? Windows 10 Is it possible to show errors only if they are wrong in BOTH languages? Office 2016
Novice
Is it possible to show errors only if they are wrong in BOTH languages?
 
Join Date: Apr 2018
Posts: 2
kuchen is on a distinguished road
Question Is it possible to show errors only if they are wrong in BOTH languages?

I usually write in german and english. If i use a word in english it gets marked as an error, even though it's correct. Just because it's wrong in german. I have to manually select english for this specific word(s) - everytime



Is it possible to show errors only if they are wrong in both languages, so that i don't have to manually switch the languages?

(I would prefer not to add those words to the german dictionary.)
Reply With Quote
  #2  
Old 04-13-2018, 03:45 PM
Charles Kenyon Charles Kenyon is online now Is it possible to show errors only if they are wrong in BOTH languages? Windows 10 Is it possible to show errors only if they are wrong in BOTH languages? Office 2013
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,125
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Brief answer: No, it is not possible.

What is possible:
  1. Turn on automatic detection of language. I do not recommend this because Word is not all that good at figuring out languages.
  2. Create a character style for German language. It should be the same as your regular style except that it has German as the language attribute. You can attach a keyboard shortcut to this and pressing Ctrl+Spacebar will turn it off.
Reply With Quote
  #3  
Old 04-13-2018, 04:35 PM
kuchen kuchen is offline Is it possible to show errors only if they are wrong in BOTH languages? Windows 10 Is it possible to show errors only if they are wrong in BOTH languages? Office 2016
Novice
Is it possible to show errors only if they are wrong in BOTH languages?
 
Join Date: Apr 2018
Posts: 2
kuchen is on a distinguished road
Default

Hmm... Okay

Thanks for your answer!
Reply With Quote
  #4  
Old 04-13-2018, 04:43 PM
macropod's Avatar
macropod macropod is offline Is it possible to show errors only if they are wrong in BOTH languages? Windows 7 64bit Is it possible to show errors only if they are wrong in BOTH languages? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You might try a macro like:
Code:
Sub CheckLanguage()
Application.ScreenUpdating = False
Dim Rng As Range
For Each Rng In ActiveDocument.Range.SpellingErrors
  With Rng
    If .LanguageID = wdEnglishUK Then
      .LanguageID = wdGerman
      If .SpellingErrors.Count > 0 Then ActiveDocument.Undo
    ElseIf .LanguageID = wdGerman Then
      .LanguageID = wdEnglishUK
      If .SpellingErrors.Count > 0 Then ActiveDocument.Undo
    End If
  End With
Next
Application.ScreenUpdating = True
End Sub
For PC macro installation & usage instructions, see: Installing Macros
For Mac macro installation & usage instructions, see: Word:mac - Install a Macro
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #5  
Old 04-13-2018, 04:57 PM
Charles Kenyon Charles Kenyon is online now Is it possible to show errors only if they are wrong in BOTH languages? Windows 10 Is it possible to show errors only if they are wrong in BOTH languages? Office 2013
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,125
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Nice.
Elegant.

Kuchen:

What it does is check spelling errors to see if changing the language setting gets rid of the error report. It essentially runs two spell checks.

My reading is that if it does not get rid of the errors, it puts everything back, but I could be wrong about that. If it does get rid of the errors it leaves the words marked in the appropriate language.
Reply With Quote
  #6  
Old 04-13-2018, 05:26 PM
macropod's Avatar
macropod macropod is offline Is it possible to show errors only if they are wrong in BOTH languages? Windows 7 64bit Is it possible to show errors only if they are wrong in BOTH languages? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by Charles Kenyon View Post
What it does is check spelling errors to see if changing the language setting gets rid of the error report. It essentially runs two spell checks.
Correct, but the second spell-check is only done on the converted spelling errors.
Quote:
Originally Posted by Charles Kenyon View Post
My reading is that if it does not get rid of the errors, it puts everything back
Correct.
Quote:
Originally Posted by Charles Kenyon View Post
If it does get rid of the errors it leaves the words marked in the appropriate language.
Correct.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Tags
languages, spell check, spellcheck



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to show errors only if they are wrong in BOTH languages? Transparent area of a PNG show correct but print wrong dedine PowerPoint 1 03-08-2016 03:41 AM
Is it possible to show errors only if they are wrong in BOTH languages? Word does not show wrong words (but spelling checker is actually working) SebastianG Word 3 01-01-2016 12:25 AM
Is it possible to show errors only if they are wrong in BOTH languages? Page in status bar is wrong; other status bar errors, as well amz Word 3 08-12-2015 02:27 PM
Building blocks show correctly in dropdown, but wrong building block populates in doc wordgirl123 Word 0 10-03-2013 08:30 AM
Wod 2007 languages RON BROWN Word 0 09-15-2010 07:32 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:39 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft