> For the complete documentation index, see [llms.txt](https://docs.umbcheckout.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbcheckout.net/extensions/cultureinfo-extensions.md).

# CultureInfo Extensions

These extensions can be found within the namespace `UmbCheckout.Shared.Extensions`

#### GetISOCurrencySymbol

Gets the 3 letter ISO4217 currency code

{% code title="Example" %}

```csharp
CultureInfo.CurrentUICulture.GetISOCurrencySymbol()
```

{% endcode %}
