Multi language support in Aspose Words Java

Hi,

Can you please tell me if multi-language support is available with Aspose.Words java version.

Is it possible to manipulate word documents which are in different languages(french, japanese, english etc.) If not, is there any workaround available.

Also, please tell me whether we can have spell checker feature with Aspose.Words(Java) where user can set a custom dictionary as reference and using aspose.words whether we will be able to perform spell check.

Thanks,

Hi

Thank you for your interest in Aspose.Words.

  1. Aspose.Words supported multilingual documents. You can manipulate with such document or create them from scratch.

You can use LocaleId property to specify language that will be used by MS Word spelling checker. See the following link for more information:
https://reference.aspose.com/words/java/com.aspose.words/Font#LocaleId

  1. There is no builtin spelling checker in Aspose.Word. Maybe you can try using Aspose.Spell.
    https://docs.aspose.com/

Best regards.