JérémyRenard
6 days agoNew Contributor
Retrieve the culture in a BR and display the name & description of this culture
Hello everyone,
We currently have a business rule that allows us to display a certain number of accounts for our cash flow cube view.
The problem is that when returning account.Member.NameAndDescription, it does not take into account the user's culture.
resultString.Append("A#" & account.Member.Name & ":Name(" & space & account.Member.NameAndDescription & "):F#None,")
So I think I need to retrieve the culture of the user displaying the cube view in my BR in order to return the correct name and description.
However, I don't know how to retrieve the user's culture, nor what parameter to return instead of account.Member.NameAndDescription to get the one in US English, as the default is in French.
Do you have any ideas?