我正在獲取.resx文件中多個元素的值。在一些data元素<comment>子元素不存在,所以當我運行以下時,我會得到一個NullReferenceException。 foreach (var node in XDocument.Load(filePath).DescendantNodes())
{
var element = node as XElement;
if (
我還在學習Xamarin。我想問我是否可以修改從我的.resx文件中的字符串輸出的字體大小。我正在使用VS 2015,Xamarin Shared。以下是我的.resx文件中的一些內容。 <data name="ERR_GENERAL_SERVER_ERROR_AUDIT" xml:space="preserve">
<value>Ensure that the tablet is wi