https://developer.android.com/training/improving-layouts/reusing-layouts.html
You can set the android:id property of each include. That gives the id to the root element of the layout being included.
Get that view by id then find the subview you want to change the text on.