digitalstate/platform-locale-bundle
The Locale bundle extends the OroLocaleBundle and provides additional core locale functionality.
This bundle provides a convenient twig extension to translate localised entity attributes based on current request locale.
Example:
<html>
<body>
<h1>
{{ service.titles|localized_value }}
</h1>
</body>
</html>
How can I help you explore Laravel packages today?