In my project I am referring to a folder:
string path=Path.Combine(@"E:\Per\kamlendra.sharma\Windows\main\software\my.software\my.software.Server\Resources", string.Format("LocalizationDictionary.{0}.xaml", SelectedNewLanguage.culture));
But I don’t want to hard code this address:
@"E:\Per\kamlendra.sharma\Windows\main\software\my.software\my.software.Server\Resources"
Can anyone please suggest a better approach?
You can store application data in app.config