Spellchecker disabled - already tried the Hunspell workaround

Hi,

 

I have the issue with Latin American Spanish in Studio 2015. I tried the solution posted here regarding this KB: http://kb.sdl.com/kb/?ArticleId=2691&source=Article&c=12&cid=23#tab:homeTab:crumb:7:artId:2691

Still have the same problem.

Any thoughts? Does anybody know if you can add languages to Office?

 

Thanks,

Parents Reply
  • Hi Maria,

    Perhaps we can just check you have the correct settings first.  For Latin American Spanish you probably need to copy these files to a folder somewhere else:

    es_ES.aff
    es_ES.dic

    Then rename them as follows and copy them back into the hunspell dictionary folder:

    es_419.aff
    es_419.dic

    Now edit the spellcheckmanager_config.xml so it has the following additional lines:

    <language>
      <isoCode>es-419</isoCode>
      <dict>es_419</dict>
    </language>

    Now restart Studio and all should be well.  I just went through this process with Studio 2015 and it does work.  perhaps you just didn't use the correct language codes as it's not obvious what Spanish Latin America should be?  If this is the case here's the trick... and there are a few:

    1. Open your files with the single document approach and the sdlxliff will adopt the name plus language codes:
      filename.docx_en-GB_es-419.sdlxliff
    2. Export your TM to TMX and look at the language code in there
      <tuv xml:lang="es-419">

    Hope that helps anyway.

    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