I would like to read several performance counters in my C # application, for example, "Processor \% Idle Time", but this only works on English systems. Since performance counters must be initialized using the category of counters and names, how can I make my code run under different user interface languages?
source
share