Hello everyone,
I'm facing an issue with the language selector in my Flutter Flow application. When I choose the French language, the first letter doesn't appear in uppercase, unlike other languages.
Here's an example to illustrate the problem:
English - "English" (correct)
French - "français" (incorrect, should be "Français")
Spanish - "Español" (correct)
Has anyone encountered this issue before, or does anyone have suggestions on how to resolve it? Any help would be greatly appreciated.
Thank you !