1) The paper's name: The Phrasebook Pattern 2) Author's name(s): Rani Pinchuk Yonat Sharon Primary contact: Rani Pinchuk 3) E-mail addresses for all authors: Rani Pinchuk rp@ockham.be Yonat Sharon yonat@usa.net 4) Postal address for primary contact: Kasteellei 66 Wijnegem 2110 Belgium 5) Phone number of primary contact: +32-3-326-79-97 (home) +32-15-28-18-43 (work) 6) Abstract: The Phrasebook pattern is a technique to separate expressions in one language from the main code that is written in another programming language. This is done by keeping the expressions in a separate phrasebook. Any specific expression can be generated by finding the appropriate entry in the phrasebook and substituting application parameters into it. This separation makes maintenance easier both for the main application code and for the foreign language code.