display both, LibreOffice locale and system locale
For us our own configured locale is even more important. Change-Id: Idfab979e868f49e2323dc9f516996393112b0689
This commit is contained in:
@@ -281,7 +281,7 @@ OUString AboutDialog::GetVersionString()
|
|||||||
|
|
||||||
OUString sBuildId = GetBuildId();
|
OUString sBuildId = GetBuildId();
|
||||||
|
|
||||||
OUString aLocaleStr = GetLocaleString();
|
OUString aLocaleStr = LanguageTag( LANGUAGE_SYSTEM).getBcp47() + " (" + GetLocaleString() + ")";
|
||||||
|
|
||||||
if (!sBuildId.trim().isEmpty())
|
if (!sBuildId.trim().isEmpty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user