Spellcheck Italian

Dear SDL Community,

I have some trouble with the spellcheck function for the Italian language. This function seems to work if Italian (Italy) is selected as target language. However, most of the time the target language I worked to is Italian (Switzerland) , as agencies having Swiss clients send me xlf file where the target language is already set. In that case the spellcheck is disabled and cannot be selected.

- Screenshot of disabled function when translatin into Swiss Italian.

How can I abilitate the function for Swiss italian too?

Thank you

Regards

Ilaria

Parents Reply
  • Hi Ilaria,

    ok. That gives me a clue. I was interested to know what you were trying to use for spellchecking in Studio and not in Office (whichever version you use). But if you use LibreOffice then your problem has to be related to you using HunSpell in Studio as opposed to Microsoft. These only have it-IT and not it-CH. But you can correct this yourself by adding this language as explained in this KB:

    kb.sdl.com/.../article

    So you copy these files:

    it_IT.aff
    it_IT.dic

    Then save them as

    it_CH.aff
    it_CH.dic

    Make the changes in the spellcheckmanager_config.xml files as explained in the KB article:

    <LANGUAGE>
    <ISOCODE>it_CH</ISOCODE>
    <DICT>it_CH</DICT>
    </LANGUAGE>

    And Bob's your Uncle! At least I think this is what your problem is!

    Regards

    Paul

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Children