0
在我的解決方案中,我有一個文件夾App_GlobalResources。 在我的文件夾App_GlobalResources中,我有兩個文件Lang.fr.resx和Lang.resx。從資源文件動態獲取價值
在運行時,我想,以決定應加載的文件,並採取從該文件中的文本
當我寫了下面的代碼,它顯示我爲:
The resource class for this page was not found. Please check if the resource file exists and try again.
colName = GetLocalResourceObject("ColumnNamePrefix_" + colName.Substring(0, colName.Length - 3)).ToString();
誰能告訴我該怎麼辦?