ApplicationCulture (PQL)
Returns the user's application culture .
- Returned Output: Text
- Library: PQL \ Common \ Identity
- Version: 2023.02.000
- Compatibility:
- Can be combined with and other PQL function throughout the application.
- It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.
Syntax
ApplicationCulture()
Comments
Examples
This example shows how to use the ApplicationCulture function:
- This example will output “en-US" for a computer running with the English language in the United States.
- If you live in Germany and your computer uses the German language, the result will instead be "de-DE."
- The two first letters specify the language, while the last two letters specify the country or region.
ApplicationCulture()