Hi You can do something else.
change your property to copyright=@2013 %s. All Rights Reserved and from Java class do messages.format("copyright","xyz company") messages is a Message catalogue instance.You can get that object via @Inject private Messages messages Dimitris Zenios On Sun, Mar 29, 2015 at 7:19 PM, Angelo Chen <angelochen...@gmail.com> wrote: > Hi, > this is an entry in app.properties: > > copyright=@2013 xyz company. All Rights Reserved. > > is there a way to use something like this: > > copyright=@2013 ${company_name}. All Rights Reserved. > > and company_name can be stored somewhere else? > > Thanks, > > A.C. >