Language
Edit this pageWarning: You are browsing the documentation for Symfony 2.2, which is no longer maintained.
Read the updated version of this page for Symfony 6.0 (the current stable version).
Language
Validates that a value is a valid language Unicode language identifier
(e.g. fr
or zh-Hant
).
Applies to | property or method |
Options | |
Class | Language |
Validator | LanguageValidator |
Basic Usage
- YAML
- Annotations
- XML
- PHP
1 2 3 4 5
# src/UserBundle/Resources/config/validation.yml
Acme\UserBundle\Entity\User:
properties:
preferredLanguage:
- Language: ~
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0
license.