;Name and file
Name $(Name)
LangString Name ${LANG_ENGLISH} "{#ProjectDisplayName}"
LangString Name ${LANG_FRENCH} "{#ProjectDisplayNameFR}"
LangString Name ${LANG_GERMAN} "{#ProjectDisplayNameDE}"But I am having a hard time making my InstallDir get the correct name from the Langstring (this is what I have for a single language):I am not sure what to replace my {#ProjectDisplayName} with or how to code it...I have tried using $(^Name), but that gives me only the default or EN version, it does not change to the other languages.;Default installation folder
InstallDir "$PROGRAMFILES\Turbine\{#ProjectDisplayName}"
Any thoughts? Still learning the system so I am sure there is something obvious I am missing.
Thanks for any assistance!!