You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the operating system language is "fr", this language will be automatically set when the library starts. These options can be changed by using one of the following methods:
If you want to load the "fr" language regardless of your system settings, you can use one of the following syntax:
mXparser.changeLanguageTo("fr");
mXparser.changeLanguageTo(JAVAL: new Locale("...") / C#: new CultureInfo("..."));
StringModel.setStringResources(StringResources.bestMatchingLanguage("fr"));
StringModel.setStringResources(StringResources.bestMatchingLanguage(JAVAL: new Locale("...") / C#: new CultureInfo("...")));
If you have set a different language than the one used in the operating system and you would like to return to it from the OS, use:
USER_LANGUAGE = "Français";
The text was updated successfully, but these errors were encountered: