ordinal-indicator

Are there other languages besides English that append suffixes to Arabic numerals?

Are there any other languages besides English or cultures, that append suffixes to Arabic Numerals such as 1st or 2nd? Do other cultures/locales use the English suffixes? Reference - Wikipedia I'm including this on stackoverflow because it directly relates to localization in applications I work on. ...

Is there a standard format string in ASP.NET to convert 1/2/3/... to 1st/2nd/3rd...?

I have an integer in an Access database, which is being displayed in ASP.NET. The integer represents the position achieved by a competitor in a sporting event (1st, 2nd, 3rd, etc.), and I'd like to display it with a standard suffix like 'st', 'nd', 'rd' as appropriate, rather than just a naked number. An important limitation is that thi...