我想使用英语和波斯语评论。但在工具提示中,我只会看到ToolbarItem Save = new ToolbarItem();
Save.Text = FontAwesome.FAFloppyO;
Save.Order = ToolbarItemOrder.Primary;
内容。所以,问题是:
如果不可能,哪个文档推荐?在夏季使用标准语言还是本地化? (用于在工具提示中显示)。哪一个更好:
///Summary
或:
/// <summary>
/// Gets All objects of type ....
/// </summary>
/// <summary xml:lang="fa">
/// تمام موجودیت ها از نوع ... را برمیگرداند
/// </summary>
/// <returns>All Objects of type .... </returns>
IEnumerable<T> GetAll();