When you make a Canvas Power App and use the filter function to show only a subset of records using a named view, the name of that view is depending on the installed languages in the environment.
For example, I use
Filter(Contacts, 'Contacts (Views)'.'All Contacts')
in my Development Environment (which has English as the default language).
When this app is imported in another environment that does not have English installed, it does not find that specific view since its name is different...
Is there any way to make this language independent?