de

designoir

icon Dictionary Switcher

Screenshot

Displays the currently selected dictionary in the status bar and allows to change it.

See also: Dictionary Switcher for Firefox

Versions

2009-12-08: 1.1.5 @ AMO / local mirror
umlaut handling fixed
2009-11-24: 1.1.4
updated for Thunderbird 3
2007-09-16: 1.1.3
hidden pref added: extensions.dictionary-switcher.autodetect (off by default)
compatibility update for Thunderbird trunk
2007-02-09: 1.1.2
compatibility update for Thunderbird 2.0b2 and above
Thunderbird 1.5 support dropped
2007-01-18: 1.1.1
tries to determine the correct dictionary twice (after 15 and 30 characters)
code cleanup
2007-01-16: 1.1
introducing as-you-type detection
added a context menu with all available dictionaries
2006-12-05: 1.0.1
compatible with Thunderbird 1.5
2006-11-29: 1.0
initial release

Comments / show all

  1. Kristian wrote on February 11, 2009 10:19 PM GMT ():
    PS: The forum script has modified some characters. Please ensure that the quotes are always up! you can take both, single and double quotes. I’ll try again below.

    PS: Das Forum-Skript hat ein paar Zeichen modifiziert. Bitte darauf achten, dass die Anführungszeichen immer oben sind. Ob es einfache oder doppelte sind, ist egal. Ich versuch’s unten noch einmal:

    this.list = ’de_DE,en_GB’;
    this.list = this.list.value.toString().split(’,’);

    or

    this.list = "de_DE,en_GB";
    this.list = this.list.value.toString().split(",");

    Kristian
  2. Marco Varanda wrote on February 24, 2009 08:46 PM GMT ():
    Please…

    Update for TB3


    thankx - Marco Varanda - Brazil
  3. Dennis Jakobsen wrote on April 6, 2009 03:09 PM BST ():
    Thunderbird 3 Beta support plz!
  4. Cristian KLEIN wrote on June 8, 2009 02:54 PM BST ():
    Hello,

    Great plugin! I am using the Thunderbird extension which works great, but I propose an improvement. Instead of checking the language after the text got 15 or 30 characters long, I would propose doing this every 15 characters. The reason is that if your paragraph starts with long words, contains proper names and you happen to be in the middle of the next word, then Dictionary Switcher won’t autodetect the language correctly. Interestingly, this happens quite often to me.

    Another thing, I don’t know if you did it on purpose or not, but the fact that it does autodetection per-paragraph is brilliant.
  5. Karl wrote on June 18, 2009 02:05 PM BST ():
    Just downloaded the add-on for the third time but no way to install it.
    I have followed the instructions…but when I got to Tools > add-ons it does not show up in the list to install…
    if I go directly to the download directory…self explanatory
    What can I do?
    I am using TB 2.0.0.21 newest update.
  6. thomas wrote on July 1, 2009 08:30 AM BST ():
    Danke für diese sehr nützliche Erweiterung. Könnte man bitte die Kompatibilität für Thunderbird v3.0 anpassen?
  7. Cas wrote on July 20, 2009 11:22 AM BST ():
    I really love this plug-inn. Thank you!!

    I hope in the future it will also work with TB 3.0
  8. Axel Grude wrote on August 12, 2009 07:32 PM BST ():
    Hi I really find this very useful (I am a German living and working in Ireland) Sometimes there is “lag” after changing the language (e.g. you have to save the message to drafts and reopen it to see the new spell check markings). To improve this one flaw would be a major breakthrough.

    The other thing is the interface (for me toggling is okay as I only use 2 languages) but for people who have multiple languages a popup menu might be much better. I would even prefer a button for the top toolbar with a dropdown chevron.

    You could then also include language specific flags, like the Quick Locale switcher. If you don’t have time I could contribute some code towards this.

    regards
    Axel (developer of QuickFolders)
  9. Tinshed wrote on August 16, 2009 06:37 AM BST ():
    Hello - just echoing many other comments. This is a very useful extension for those of us who work in multiple languages in Thunderbird. Also a plea to have in updated to Thunderbird 3.x. I “hacked” the xpi file to make it pass the version compatibility test, but unfortunately the Options button is greyed out. Sigh. I am sure there would be many, many of us who would be grateful to have some more work done of this extension. If you had a “tip jar”, I’d gladly contribute.

    Regards,
    Tinshed
  10. vinpao wrote on September 23, 2009 06:19 PM BST ():
    This is one of the most useful plug-ins for Thunderbird.

    It would be great to be able to keep it with the newest TB versions.

    Many many thanks
  11. Michael wrote on October 3, 2009 04:20 PM BST ():
    Das wäre sehr schön!! Ich schreibe 50% engl. und 50% deutsch, da ist das sehr praktisch…
    Danke!
    Hallo wie kann man die neue versteckte Option aktivieren
  12. Cas wrote on November 5, 2009 02:36 PM GMT ():
    Thanks for this great extension!

    I miss it every day since I switched to TB3. Hope you can make it compatible.

    Thanks again!
  13. popxunga wrote on November 18, 2009 04:43 PM GMT ():
    Hello ..
    For those missing this great extension working in TB 3 I’ve just modified file install.rdf as follows:

    Original: <em:maxVersion>3.0a1</em:maxVersion>
    Modified:<em:maxVersion>3.0</em:maxVersion>

    When using Windows XP you may find this file here:
    C:\Documents and Settings\<your_user_id>\Application Data\Thunderbird\Profiles\default\<your_profile_name>.slt\extensions\dictionary-switcher-tb@design-noir.de

    From some brief testing I’ve done it seems Dictionary Switcher works without problems.

    Anyway… try at your own risk but don’t forget to backup before modify !
    PX
  14. popxunga wrote on November 18, 2009 05:49 PM GMT ():
    Hello again …
    It may be necessary to change also the file extensions.rdf located here:
    C:\Documents and Settings\<your_user_id>\Application Data\Thunderbird\Profiles\default\<your_profile_name>.slt
    Search it for the Dictionary Switcher id that you may found in the install.rdf.
    It is: {3550f703-e582-4d05-9a08-453d09bdfdc6}
    Then modify the line:
    NS1:maxVersion=“3.0a1” with NS1:maxVersion=“3.0”.
    Once again try at your own risk but don’t forget to backup before modify !
    PX
  15. Lowie wrote on November 19, 2009 10:25 AM GMT ():
    To have a small list of dictionaries to choose from, the following has been suggested by Kristian:
    this.list = ’de_DE,en_GB’;
    this.list = this.list.value.toString().split(’,’);
    However, this did not work for me. What did work is:

    this.list.value = ’de_DE,en_GB’;
    this.list = this.list.value.toString().split(’,’);

    Note that I added “value” to the first line.

    It would be great if this would become a feature, accessible under the properties of this Add-on.
  16. Philippe wrote on November 24, 2009 06:15 PM GMT ():
    Great! Thanks a lot for the update!!
  17. Cas wrote on December 3, 2009 06:45 PM GMT ():
    Thanks for the TB3 update!!!
  18. psjulek wrote on December 7, 2009 08:32 AM GMT ():
    Hi,
    The switch Is great !

    However using Thunderbird 2.0.0.23 beware for update to Dictionary Swich 1.1.4 - You will not see it working. You will need to uninstall it, and then install version 1.1.3

    best regards to You Dao !
  19. Sergey Rozhenko wrote on January 11, 2010 04:51 PM GMT ():
    Auto-detection doesn’t work. It doesn’t switch between Russian and English.
    I have version 1.1.5 and Thunderbird 3.0.
  20. R wrote on January 24, 2010 05:20 PM GMT ():
    Hi,

    I am using TB 2.0.0.23 and try to get the autoswitching to work. While in the Firefox-extension the switch from de-DE to en-US works fine I can’t get it to work in Thunderbird.

    I have set the pref extensions.dictionary-switcher.autodetect to true but that doesn’t seem to change anything. Are there any other requirements to get this feature to work?

HTML will not be interpreted.

Last changed on December 14, 2009 Dão G., 2005–2010
aggressiv akt andromeda bar beine blue efeu frontal fugaetu industriell komet land noir rost rot sonnenblume splash split winter wolke zeit