Searched refs:productLocale (Results 1 – 1 of 1) sorted by relevance
452 const std::string productLocale = GetProperty("ro.product.locale", ""); in readLocale() local453 if (!productLocale.empty()) { in readLocale()454 return productLocale; in readLocale()