Format number as an Hebrew letter

Hello everyone.
I wonder if there is a clean way to display a dynamic number as a letter, for example:
1 = A, 2 = B, etc.
It gets a little more complicated, since my app is in Hebrew, so:
1=א,
2=ב,
3=ג,
etc.
The only way I have found is to store a “dictionary” with all the letters in the database and extract the information from it, but it feels to me a wrong method of slowing down the app.
Is this a correct course of action?
Is there any other good from it?

This topic was automatically closed after 70 days. New replies are no longer allowed.