Any way to display the plural value of user submitted content?

Is there any way for me to format a user submitted value as it’s plural.

For example:

  • Car --> Cars
  • Company --> Companies

I’d look for an API that could do this for you.

Only one I found is not free so maybe you can find another. But it will give you the idea.
https://market.mashape.com/webknox/words-1#

1 Like

Words API is awesome. If the bridge existed, I’d say use that. Short of having access to that API, the easiest way to do this is to ask your user to give you the plurals out of context.

2 Likes

Thanks. Very helpful.

I’ll check out the Words API and see if that works. If not, may need to have user’s submit information twice.

That’s a great idea - I’d go with that as it’s easier to implement than paying for an API.