|
|
|
@@ -139,7 +139,7 @@ static String getLocaleValue (nl_item key) |
|
|
|
|
|
|
|
String SystemStats::getUserLanguage() { return getLocaleValue (_NL_IDENTIFICATION_LANGUAGE); }
|
|
|
|
String SystemStats::getUserRegion() { return getLocaleValue (_NL_IDENTIFICATION_TERRITORY); }
|
|
|
|
String SystemStats::getDisplayLanguage() { return getUserLanguage(); }
|
|
|
|
String SystemStats::getDisplayLanguage() { return getUserLanguage() + "-" + getUserRegion(); }
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
void CPUInformation::initialise() noexcept
|
|
|
|
|