Translation files

Quick q: Is the translation entry keys in language files case-sensitive?? I.e will TRANS(JUCE_T(“Translate”)) and TRANS(JUCE_T(“translate”)) yield the same entry?

TIA
/R

It uses StringPairArray, which defaults to being case-insensitive. (Probably ought to be case-sensitive, though…)

Okay, thanks. Maybe as a parameter to LocalisedStrings?

Yes, I should add that.