1

Possible Duplicate:
Quickest way to enumerate the alphabet in C#
Howto enumerate the LOCALIZED alphabet in C#?

Is there any way in .net to generate the alphabet for the current culture? For example in English - ABCDE.... If the culture is Russian, generate such. I am working with the .net 4.5 framework.

Community
  • 1
  • 1
amateur
  • 43,371
  • 65
  • 192
  • 320
  • 2
    [stackoverflow.com/questions/2208688/](http://stackoverflow.com/questions/2208688/quickest-way-to-enumerate-the-alphabet-in-c-sharp) and [stackoverflow.com/questions/5676692/](http://stackoverflow.com/questions/5676692/howto-enumerate-the-localized-alphabet-in-c) should point you into the direction - this may be a possible duplicate here – KeyNone Nov 23 '12 at 10:07
  • There is nothing in .NET that will generate an alphabet for you. You have to implement such library yourself. The links given by Basti M can help you. Don't forget that some cultures don't use alphabets (Chinese for example). – Guillaume Nov 23 '12 at 10:29

1 Answers1

-5

I don't think so but you can make a function for it

ahmadmanga
  • 29
  • 1
  • 10