Question

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?

I'm including this on stackoverflow because it directly relates to localization in applications I work on.

Was it helpful?

Solution

Yes.

Check out http://en.wikipedia.org/wiki/Ordinal_indicator.

For instance, the French would say 1er,2e

OTHER TIPS

In Klingon you add "DIch" to the number, apparently, to represent ordinality.

Spanish does. e.g., second == segund(o|a) == 2o/2a

Can only speak for Russian. Yes, the suffixes for ordinal numerals are often added to numbers in written texts. Depends on context, as usual, but it's generally acceptable. There's no single typographic convention.

In computing context, things are made much more fun by the fact that ordinal numerals, being kinda-adjectives, have to agree with grammatical gender of the objects they denote. So, depending on what we're counting, 1st may be "1-ый" masc.), or "1-ая" (fem.), or "1-ое" (neut.).

I cannot possibly think of a culture that would use English suffixes for this purpose.

In Japanese and Chinese, you might have a prefix instead of a suffix:

第1

第2

第3

None for Arabic-Indic

Irish (or 'Gaelic') using an accented U for all ordinals — 1ú, 2ú, 3ú etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top