I'm making a plugin (a part on back and another on frontend).
I would like to use my lang.php file (in plugins/me/myplugin/lang/en/lang.php) to my component (I add 'Use Lang') like https://octobercms.com/docs/plugin/localization#file-structure.
How can I use fields on the frontend (in the backend, all works fine) in this lang file (I try, ie, Lang::get('me.myplugin::lang.myfield.name') like https://octobercms.com/docs/plugin/localization#accessing-strings, trans('me.myplugin::lang.myfield.name'), but nothing.
Thanks