facebook twitter hatena line email

Php/Symfony/Symfony2/翻訳

提供: 初心者エンジニアの簡易メモ
2017年1月5日 (木) 16:39時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==phpの翻訳コード== echo $this->get('translator')->trans('Hello World'); ==言語設定変更方法== # app/config/config.yml framework: translator: { fallb...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

phpの翻訳コード

echo $this->get('translator')->trans('Hello World');

言語設定変更方法

  1. app/config/config.yml
framework:
    translator: { fallback: en }

言語ファイル

Resources/translations/message.en.yml

symfony2:
   is:
       great: Symfony2 is great
       amazing: Symfony2 is amazing
   has:
       bundles: Symfony2 has bundles
user:
   login: Login