Using the BCS I am crawling external data and I am using Managed Properties to make sure that data is available in search results. I can use the search refiner web part to refine based on one of my managed properties.
For simplicity sake, let's say the property is "Color". The values might be "red", "green", or "blue" for English speakers, but they would be "rojo", "verde", or "azul" for Spanish speakers. I would like the category name to show as "Color" in both languages only because they are the same (if French was used the category/refiner title might show "Couleur").
In my example (and for my real need) the list of colors is finite and relatively small (about 10). The list of languages is also manageable such that I can have all of the values placed in the refiner web part's Filter Category Definition property (if that's where it would go). In addition, I have an integer value for each color that is common across each language so I can use that to my advantage if needed (it can be the Managed Property as long as we show the word and not the number to the user).
Is this possible?