I need to get the user's language in Excel through VBA, as far as Excel does not automatically translate Pivot tables and I am searching within a Pivot with VBA.
Just found out that in German the Pivot looks like this:
While in English it is like this:
I can think about an option, writing a =VLOOKUP() formula in Excel and checking whether the words are actually "Vlookup" or whether they are =SVERWEIS() and based on the result decide whether it is German or English.
Anyway, this looks too "ugly". Are there any better ideas?


