You could have an entry in your strings file that contains all letters to display. In your program you simply split the string up, letterwise.
Example for english:
Code:
"index" = "abcdefghijklmnopqrstuvwxyz";
or for greek:
Code:
"index" = "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ";