Kaydet (Commit) 5fa05c96 authored tarafından Eike Rathke's avatar Eike Rathke

added comment about language tags

Change-Id: If5a64f7e2b3ad0ad62733ea7e1a0c958ef6a7cd1
üst 63efb93a
......@@ -595,6 +595,10 @@ static rtl_String* ustr_to_str( rtl_uString* pStr )
static void splash_load_image( struct splash* splash, rtl_uString* pUAppPath )
{
/* FIXME-BCP47: if we wanted to support language tags here that would get
* complicated, this is C-source not C++ so LanguageTag can't be used. For
* now the splash screen will have to get along with language-territory. */
char *pBuffer, *pSuffix, *pLocale;
int nLocSize;
rtl_Locale *pLoc = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment