By adrien on Friday, 19 May 2017
Replies 3
Likes 0
Views 725
Votes 0
Hello Mark & Team,

I'm currently building an ES page field plugin. Everything is fine except language file installations.
I added this to the app xml

<languages>
<language tag="en-GB">en-GB.plg_app_field_itin.ini</language>
</languages>

but the field gets added to the
administrator\language
folder, but not inside the existing en-GB folder

I'm not sure what I'm doing wrong.
Thanks for your help
Hello Adrian,

It should be something like this,

[gist]
<languages>
<language type="en-GB">en-GB.plg_app_user_blog.ini</language>
</languages>
[/gist]

I think you are using the tag "tag" instead of "type".
·
Friday, 19 May 2017 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your light speed pixel perfect help again
·
Friday, 19 May 2017 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Adrien, have a great weekend sir!
·
Friday, 19 May 2017 23:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post