#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.DeclarativeBinding](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.DeclarativeBinding 'Abblix\.Oidc\.Server\.DeclarativeBinding')

## CultureListAttribute Class

Declares that the value travels on the wire as a space\-separated list of BCP 47 language tags
while the model exposes it as an array of cultures — e\.g\. the OIDC `ui_locales` and
`claims_locales` parameters\. Purely semantic: it names the wire format and leaves
the parsing mechanism to the transport layer\.

```csharp
public class CultureListAttribute : System.Attribute
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [System\.Attribute](https://learn.microsoft.com/en-us/dotnet/api/system.attribute 'System\.Attribute') → CultureListAttribute
