I am parsing AppxManifest.xml and getting the display name. That contains something like
ms-resource:ApplicationTitleWithBranding, ms-resource:AppTitleWithBranding,
ms-resource:AppStoreName.
When I use SHLoadIndirectString function with this display name (in the format of @{PRIFilepath?resource} ), I don't get the localized display name. It returns nothing.
But I get proper response for some apps which contain display name something like ms-resource:///Resources/AppStoreName.
Is there any workaround to get the localized display names ?
I need this to work on both windows8.1 and windows10. It is a desktop app.