"Location Input" & "Date/Time Picker" Result Language

Currently, if an app user has their device set to a different language other than the native language the app was developed in, the results of the location output and the date/time picker return results in the user’s device language.
This causes a problem with filtering.
For example, with the location input, if the user selects a location in the United States and the user has Spanish set as their device/browser language, the result of the location input returns as “Estados Unidos”. Therefore, we cannot filter “Location Input > Country > Name > Is equal to > United States”.
The date/time picker, if the browser language is German, and we wanted to extract the month name from a date picker, it will be in German, which can effect some filtering results. The month of June in English returns the result Juni in German, thus we can’t filter “if month > is equal to > June”.
The idea for a solution is to be able to set a default output language so that it’s possible to use the results as filters.
Maybe an dropdown menu like “Select result output language” with “Device language” and “Custom language”. When Custom Language is selected from the dropdown, add an additional dropdown right below it with a list of selectable languages to output the results as.

+1
Something is really needed for multi language apps.