In Ax 2009 we generate CSV files for our users. We use WinAPI::getLocaleInfo() with LOCALE_SLIST to determine the list seperator we need to use between each column of the CSV file (";" or ",").
Now in Ax 7 how can I find those seperator? Is it even posssible? I though about using System.Globalization.CultureInfo but then it will give me the locale of the AOS, which is not what i want.
I think it's not even possible to find that in a browser so I don't think Ax will be able to give me that info.
Let me know if you find a way to correctly give seperated CSV files for each user.
*This post is locked for comments
I have the same question (0)