MarcusH
2 years agoContributor III
Suppress culture code prompt for XFString
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
- Populate that parameter with an XFBR
- in the XFBR, use SI.Culture to look up the user's 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