same language, but different countries
Using LangString, is there a way to display different string values for the same language based on which country the user's system is set to?
For example, the Locale Identifier 0x0c0a means Spanish, but the user could be in Spain or in the US, and I want to have different string values for each. You can't have multiple .nlf files with the same Language ID value (decimal 3082 in this case).
Anyone know if it's possible to do this?