Skip to content

Commit

Permalink
Adding the required JVM Arguments to handle Arabic Locale (#1833)
Browse files Browse the repository at this point in the history
* Adding the required JVM Arguments to handle Arabic Locale

* Fix some typo issues

[deploy site]

---------

Co-authored-by: Diego Molina <[email protected]>
  • Loading branch information
MustafaAgamy and diemol authored Aug 2, 2024
1 parent 6ce81d0 commit c6769ef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ aliases: [
---

Each browser has custom capabilities and unique features.

**Note** : `If your device's date and language settings are set to Arabic, you must change the localization settings of your Java Virtual Machine (JVM) to prevent startup failures. Add the following arguments to your JVM :`
**`-Duser.language=en -Duser.region=US`**

0 comments on commit c6769ef

Please sign in to comment.