> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/country.md).

# country

## Details

**Attribute:** `country`

**Type:** `string`

**Default value:** `""`

## Morphology

```typescript
selphid.country = 'ES';
```

## Description

Filters the document country in ISO-3166 alpha-2 format in older integrations of `facephi-selphid-widget`.

### Considerations

**Deprecated.** Use [countryFilter](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades/countryfilter.md) instead (and, in new integrations, its recommended property `enabledCountries`, documented on that same page). Replacement string: `country`/`specificdata` → `countryFilter` → `enabledCountries`.

***

## Example

```jsx
<facephi-selphid-widget
    country={'ES'}
/>
```
