There is a project on ZF in which string constants are scattered throughout the code. It is required to refactor, implement a simple and convenient mechanism for localizing them in one place (database or a separate PHP class), there is the prospect of using several languages. How is this done correctly? Where can I see?
Thank you in advance!