私のプロジェクトでは、フォルダーを参照しています:
string path=Path.Combine(@"E:\Per\kamlendra.sharma\Windows\main\software\my.software\my.software.Server\Resources", string.Format("LocalizationDictionary.{0}.xaml", SelectedNewLanguage.culture));
しかし、私はこのアドレスをハードコーディングしたくありません:
@"E:\Per\kamlendra.sharma\Windows\main\software\my.software\my.software.Server\Resources"
誰でもより良いアプローチを提案できますか?