We are under construction!
You may experience downtime, errors or visual oddities, but we anticipate all will be resolved by the end of the day.
You may experience downtime, errors or visual oddities, but we anticipate all will be resolved by the end of the day.
We are using XFString to present text on Cube Views in different languages. It is documented here:
I don't want to prompt the user for their language - is there a way to use the user's culture code and suppress the prompt?
Thanks
That does not prompt for the user culture so that solves my problem. For some reason it's getting the wrong culture but that is a different problem.
Thank you Jack
I am testing this by changing my user preferences so I need to use this to get the culture code:
Dim objUserInfo As UserInfo = BRApi.Security.Authorization.GetUser(si, si.UserName)
Dim UserCulture As String = objUserInfo.UserPreferences.Culture
That does not prompt for the user culture so that solves my problem. For some reason it's getting the wrong culture but that is a different problem.
Thank you Jack