I have setup a custom Search API to allow content to be filtered by a country facet. I have been able to get the country name to appear in the facet instead of the iso2 value. The issue I have is that when a user switches from the English version of the website to Spanish the Country language remains in English. The other facets behave as expected. In the Search API index I am using Country » Label (field_country:name). Any insights?