---
title: "LocalProvidableLocaleList"
description: "The providable CompositionLocal to provide the locale list. This list can never be empty."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@get:VisibleForTesting
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
val LocalProvidableLocaleList: ProvidableCompositionLocal<LocaleList>
```


The providable CompositionLocal to provide the locale list. This list can never be empty.



