I found the solution.
You should have the twig intl extension installed. if not, do composer require twig/extensions
You may activate the services in config.yml or services.yml file like that:
services:
twig.extension.intl:
class: Twig_Extensions_Extension_Intl
tags:
- { name: twig.extension }