USERLANG
Returns the currently set user language in the app in settings.
Syntax
USERLANG()
Example
IF(USERLANG() = 'English', true, false)
Notes
Used in this format you can control visibility to certain fields in your app, so if a user is English-speaking (for example), then this visibility formula could be used to hide the French fields from them and only show the English fields.