language
Synopsis
netid.exe -language compare <path> netid.exe -language convert -type <type> -source <source> -destination <destination> netid.exe -language convert -type <type> -path <path>
Description
The language command can for example export and convert the text strings used in the UI.
Compare
Compares the language configuration for missing strings.
The command exports the strings of available languages to the file specified by <path>.
Untranslated strings are shown by the string ###
.
Example
Example 1. Export text strings
Use the compare option to export the text strings of the current language configuration.
Untranslated strings are shown by the text string ###
.
$ netid.exe -language compare C:\Temp\language.txt
0101-de_DE=Deutsch
0101-en_US=English
0101-fi_FI=Suomi
0101-nb_NO=Norsk
0101-sv_SE=Svenska
…
9000-de_DE=##(1)
9000-en_US=Change Smart Card PINs
9000-fi_FI=##(2)
9000-nb_NO=Endre PIN-koder
9000-sv_SE=Ändra säkerhetskoderna
1 | Untranslated string |
2 | Untranslated string |