Hi
I am reading redirected string from registry using RegLoadMUIString API
For example @%SystemRoot%\System32\intl.cpl,-1 using
I want to read other string like @%SystemRoot%\System32\intl.cpl,-2 , @%SystemRoot%\System32\intl.cpl,-3 also but i dont want to change registry value for it. Also i want know for which ID particular string is used? So i will come to know which string is used for which control in other lanuage also.
I tried
SHGetLocalizedName but couldn’t read it.
Manas