diff options
author | t-aswath <aswatht.cse2022@citchennai.net> | 2023-11-11 14:19:08 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-11-18 16:01:33 +0100 |
commit | 0264999bb3746a9c68938edd1a6fc05a8e40b406 (patch) | |
tree | c6c9dddebf7f37480add6b54163704f1cd7b71ed /include/jvmfwk/framework.hxx | |
parent | bdf99cc80da2bef5a1dceaec742bca69363dbea0 (diff) |
tdf#157716 - Rename "Language settings" to "Languages and Locales"
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/jvmfwk/framework.hxx')
-rw-r--r-- | include/jvmfwk/framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index d3cf01791e6b..4eaacfce975d 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -401,7 +401,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_getJavaInfoByPath(OUString const& pPath, The <code>arOptions</code> argument contains start arguments which are passed in JavaVMOption structures to the VM during its creation. These - could be things, such as language settings, proxy settings or any other + could be things, such as language and locale settings, proxy settings or any other properties which shall be obtainable by <code>java.lang.System.getProperties</code>. One can also pass options which have a certain meaning to the runtime behaviour such as -ea or -X... However, |