Inviting

What kinds of social activities in your city could be appropriate ways of entertaining visitors from other countries?

Typical ideas are arts and cultural events such as theatre, cinema, concerts, exhibitions, famous monuments and buildings, or sports event, golf, tourist trips, excursions, restaurants and bars.

More private corporate hospitality such as parties, receptions, and possibly invitations to someone's home ( highly culture dependent ).

 

Culture and entertainment

Language Checklist

Socialising (2)

Saying what's on and what's available

There's a (good) film/play/concert/on at…

We have a good theatre in the city …

There are some …

- interesting museums/public buildings …

- good restaurants

Are you interested in …?

- eating out?

- visiting/seeing …?

 

Inviting

Would you be interested in going to see …?

I'd like to invite you to have dinner this evening. Is that a good idea?

 

Responding to an invitation

That would be very nice.

I'd like that.

Thank you. That would be a pleasure.

 

Declining an invitation

I'd like to, but I'm afraid …

That would be nice, but unfortunately …

- I'm rather tired …

- I have an appointment this evening …

- I'm rather busy …

- I have some work to do …

 

Stating preference

I like (Japanese) cuisine very much …

I think I'd like to …

I think I'd prefer …

I particularly like (classical) music …

 

Looking at a mean

The (fish) sounds nice …

I think I'd like to try …

I think I'll have …

Shall we have a bottle of …?

 

Commenting on an evening out

It's been a lovely evening.

It's been very nice.

Thank you very much for your hospitality.

I enjoyed it very much.

Skills Checklist

Socialising (2)

Before receiving visitors to your company

Be prepared to talk in English about your professional field and/or your company and business:

  • the professional field you are involved in
  • your professional activities
  • current research and other projects
  • future plans
  • the history of your company
  • company organization
  • who owns the company
  • the number of employees
  • the international involvement of your company
  • products and services
  • the market
  • competition

 

Be able to talk about:

  • your country an your town
  • history
  • tourism
  • museums and public buildings
  • entertainment
  • cultural and religious centres of interest

 

You may wish to talk about

  • education
  • transport systems
  • the economy
  • companies
  • exports an imports

English Training Material - 04的更多相关文章

  1. English Training Material - 05

    Could I leave a message? Language Checklist Telephoning (1) Introducing yourself Good morning, Arist ...

  2. English Training Material - 03

    Cross-cultural understanding (2) 1 The following text is about cultural diversity. Read it through o ...

  3. English Training Material - 01

    Building a relationship Cross-cultural understanding Eye contact In many Western societies, includin ...

  4. English Training Material - 02

    OUTSIDE CORRESPONDENCE AND CONTACT   Jared: I'm glad you could come – and you're in for a treat. Thi ...

  5. Material Design Animation

    Material Design Animation Authentic motion 真实的运动 运动以一种优美流动的形式描述了空间关系,功能和目的. Mass and weight: 质量和重量 在 ...

  6. Android Material Design 学习笔记 - Matrial Theme

    google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感觉”(附上官方 ...

  7. Andorid视觉新冲击-Material design语言

    [写在前面] google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感 ...

  8. 【Android】进入Material Design时代

    由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Desi ...

  9. Android Material Design-Creating Apps with Material Design(用 Material Design设计App)-(零)

    转载请注明出处:http://blog.csdn.net/bbld_/article/details/40400031 翻译自:http://developer.android.com/trainin ...

随机推荐

  1. datagrid 动态列

    var options={}; $(function(){ var myNj = 9; //初始化 $("#disgrid").datagrid({ type: 'POST', n ...

  2. 解决访问StackOverFlow太慢的问题

    Stackoverflow加载时访问了被屏蔽的站点ajax.googleapis.com,导致加载缓慢,把这个站点加到Hosts里,指向127.0.0.1即可

  3. mysql event

    1.定时调用 存储过程 DELIMITER $$ ALTER DEFINER=`root`@`localhost` EVENT `event_stroke_ArchivesReportDataRefr ...

  4. 快乐的JS正则表达式(一)

    上一篇介绍了为什么需要正则,那从这一篇开始我们就去学习如何使用正则. 在js中有两种方式创建正则表达式: var reg = new RegExp("表达式","可选规则 ...

  5. [Code::Blocks] Install wxWidgets & openCV

    The open source, cross platform, free C++ IDE. Code::Blocks is a free C++ IDE built to meet the most ...

  6. 企业云部署要如何选择IaaS PaaS和SaaS

    1为什么IaaS成了灵丹妙药   我非常惊讶,为什么很多传统企业已经接受了云计算,但接受的方式却往往不尽人意.对大多数企业来说,云计算的投入产出比相对较小,并且局限于基础设施层的环节. 就目前而言,大 ...

  7. 受限玻尔兹曼机(RBM)学习笔记(六)对比散度算法

      去年 6 月份写的博文<Yusuke Sugomori 的 C 语言 Deep Learning 程序解读>是囫囵吞枣地读完一个关于 DBN 算法的开源代码后的笔记,当时对其中涉及的算 ...

  8. DomFlags - 给 DOM 添加书签,方便调试

    DomFlags 所以一款 Chrome 浏览器扩展程序提,供了一种新的方式与浏览器开发者工具互动.DomFlags 让你可以给 DOM 元素创建快捷键,就像用于导航 DOM 树的书签.它们可以帮助您 ...

  9. 如何用参数化SQL语句污染你的计划缓存

    你的SQL语句的参数化总是个好想法.使用参数化SQL语句你不会污染你的计划缓存——错!!!在这篇文章里我想向你展示下用参数化SQL语句就可以污染你的计划缓存,这是非常简单的! ADO.NET-AddW ...

  10. xss-跨站脚本攻击-后台传给前端的html标签安全显示

    作用 后台拼接的html字符串传到前端,默认是不安全的,需要告诉前端这个字符串是安全的,可以正常显示html标签. 知识点 1.定义 2 3 <script>      获取session ...