Description of formula:
Returns a culture (regional settings) code of a user, who is currently reading app document. The culture defines the language of the application as well as the formatting of dates and numbers. You can change it in the user profile by selecting required language.
Now, you can choose from two languages:
- English – code: “en-US”
- Polish – code: “pl-PL”
You can use this formula to display the content of your app in different languages, depending on user’s settings.
Returns a culture (regional settings) code of a user, who is currently reading app document. The culture defines the language of the application as well as the formatting of dates and numbers. You can change it in the user profile by selecting required language.
Now, you can choose from two languages:
- English – code: “en-US”
- Polish – code: “pl-PL”
You can use this formula to display the content of your app in different languages, depending on user’s settings.
Syntax:
currentuserculture()
currentuserculture()
Returned type:
Text
Examples:
=currentuserculture()
=currentuserculture()
Remarks:
Formula always returns a culture of a currently logged in user, even if he opened app on behalf of someone else.
Formula always returns a culture of a currently logged in user, even if he opened app on behalf of someone else.
0 Comments