Developing an app using dictionary, where should I put the dictionary file?

Hi guys,

As the titles says , where should I put my .dic file?
and how can I refer to it?

And some code to initialize the lib like is needed:

@stardict = Stardict(path/filename)

Should I place this in any Helper? or anywhere else?

Thx.