how to lowercase in the correct locale
Posted: Sun Jun 13, 2004 12:14 pm
Hello
I have strings in different languages, all of them start with a capital letter (for those languages that support it).
Is there a locale-aware method to change those strings so that the first letter will be in lowercase?
The solution must be locale specific.
For example:
The string 'Écran' (Screen in English) will need to be converted to 'écran'.
thanks in advance
I have strings in different languages, all of them start with a capital letter (for those languages that support it).
Is there a locale-aware method to change those strings so that the first letter will be in lowercase?
The solution must be locale specific.
For example:
The string 'Écran' (Screen in English) will need to be converted to 'écran'.
thanks in advance