Caused by: com.aspose.words.net.System.Globalization.CultureNotFoundException: Culture 'Culture name 'ar_qa' is not supported' is not supported

Hi,
We are facing the below error when using the latest version of the Aspose & below are the details. Please advice on how this can be resolved.

Aspose Version :aspose-words-23.5-jdk16.jar
JDK Version :1.8.0_411
IBM J9 VM
Application Server :IBM Websphere ND 9.0.5.19

We are getting the next exception during the execution of the next code

final Document preparedDoc = replaceDocumentFields(doc, fields, tableList);

final ByteArrayOutputStream dstStream = new ByteArrayOutputStream();
final OoxmlSaveOptions option = new OoxmlSaveOptions();
option.setSaveFormat(SaveFormat.DOCX);

option.setMemoryOptimization(true);
preparedDoc.save(dstStream, option);

logger.debug("prepareDocument has completed");
Caused by: com.aspose.words.net.System.Globalization.CultureNotFoundException: Culture 'Culture name 'ar_qa' is not supported' is not supported
 at com.aspose.words.internal.zzZ9C.<init>(Unknown Source)
 at com.aspose.words.internal.zzZ9C.<init>(Unknown Source)
 at com.aspose.words.internal.zzZ9C.<init>(Unknown Source)
 at com.aspose.words.internal.zzYVr.zzWf9(Unknown Source)
 at com.aspose.words.internal.zzYVr.zzMA(Unknown Source)
 at com.aspose.words.internal.zzWyD.zzYxf(Unknown Source)
 at com.aspose.words.internal.zzWP.zzLK(Unknown Source)
 at com.aspose.words.internal.zzWP.zzZkx(Unknown Source)
 at com.aspose.words.internal.zzVSJ.zzZkx(Unknown Source)
 at com.aspose.words.internal.zzZDv.zzYoh(Unknown Source)
 at com.aspose.words.internal.zzZDv.zzZkx(Unknown Source)
 at com.aspose.words.internal.zzKJ.zzAt(Unknown Source)
 at com.aspose.words.internal.zzKJ.zzZkx(Unknown Source)
 at com.aspose.words.internal.zzY7U.zzZkx(Unknown Source)
 at com.aspose.words.internal.zzYpm.zzZkx(Unknown Source)
 at com.aspose.words.internal.zzYpm.zzWzw(Unknown Source)
 at com.aspose.words.zzZCp.zzZkx(Unknown Source)
 at com.aspose.words.zzVXE.zzY0K(Unknown Source)
 at com.aspose.words.zzZou.zzY0K(Unknown Source)
 at com.aspose.words.Document.zzAt(Unknown Source)
 at com.aspose.words.Document.zzZkx(Unknown Source)
 at com.aspose.words.Document.<init>(Unknown Source)
 at com.aspose.words.Document.<init>(Unknown Source)
 at com.aspose.words.Document.<init>(Unknown Source)

@akotcharians_eblacorp_com
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSJAVA-2958

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@akotcharians_eblacorp_com

Could you please attach the problematic input document here for testing? We will check the issue and provide you more information.

The issues you have found earlier (filed as WORDSJAVA-2958) have been fixed in this Aspose.Words for Java 24.8 update.