Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
76c22d36
Kaydet (Commit)
76c22d36
authored
Kas 27, 2012
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Desktop::GetDesktopResManager: handle language tag
Change-Id: Ica043b923e0918f65fb6b18c4205ba91784ef3c2
üst
cb523b62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
app.cxx
desktop/source/app/app.cxx
+5
-9
No files found.
desktop/source/app/app.cxx
Dosyayı görüntüle @
76c22d36
...
...
@@ -349,18 +349,14 @@ ResMgr* Desktop::GetDesktopResManager()
// Use VCL to get the correct language specific message as we
// are in the bootstrap process and not able to get the installed
// language!!
/* FIXME-BCP47: handle language tag! */
OUString
aUILocaleString
=
LanguageSelection
::
getLanguageString
();
sal_Int32
nIndex
=
0
;
OUString
aLanguage
=
aUILocaleString
.
getToken
(
0
,
'-'
,
nIndex
);
OUString
aCountry
=
aUILocaleString
.
getToken
(
0
,
'-'
,
nIndex
);
OUString
aVariant
=
aUILocaleString
.
getToken
(
0
,
'-'
,
nIndex
);
::
com
::
sun
::
star
::
lang
::
Locale
aLocale
(
aLanguage
,
aCountry
,
aVariant
);
LanguageTag
aLanguageTag
(
aUILocaleString
);
//! ResMgr may modify the Locale for fallback!
::
com
::
sun
::
star
::
lang
::
Locale
aLocale
(
aLanguageTag
.
getLocale
());
Desktop
::
pResMgr
=
ResMgr
::
SearchCreateResMgr
(
"dkt"
,
aLocale
);
aLanguageTag
.
reset
(
aLocale
);
AllSettings
as
=
GetSettings
();
as
.
SetUILanguageTag
(
LanguageTag
(
aLocale
)
);
as
.
SetUILanguageTag
(
aLanguageTag
);
SetSettings
(
as
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment