If you need to get the localised name of a specific service, so you can check it's running status, in powershell you have to use the following command:
Get-Service | Where-Object {$_.Name -like "*scard*" -or $_.DisplayName -like "*tarj*" -or $_.DisplayName -like "*card*"}