I'm working on an updated version of europecv that implements the graphical theme released in July 2013.
I solved all the problems I encountered, except for being able to make uppercase strings defined in the language files.
I tried to use \uppercase, \MakeUppercase and \MakeTextUppercase but without success.
I found this question which seems like mine but the proposed solutions do not seem to work.
The class and all related files are hosted on github: https://github.com/leinardi/europecv2013
What I want to achive is to make uppercase \ecv@infosectionkey.
\MakeUppercase{\ecv@infosectionkey}should work, if it doesn't can you not make a minimal example to post here that shows the problem and just defines the necessary macros inline and doesn't require fetching all the files from github – David Carlisle Sep 07 '14 at 14:47