This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-16"?><Language Name="فارسی" SupportedVersion="4.00"><LocaleResource Name=""><Value /></LocaleResource><LocaleResource Name="AboutUs"><Value>درباره ما</Value></LocaleResource><LocaleResource Name="Account.AccountActivation"><Value>فعال سازی حساب کاربری</Value></LocaleResource><LocaleResource Name="Account.AccountActivation.Activated"><Value>حساب کاربری شما فعال شد</Value></LocaleResource><LocaleResource Name="Account.AccountActivation.AlreadyActivated"><Value>حساب شما هم اکنون فعال شده است</Value></LocaleResource><LocaleResource Name="Account.Administration"><Value>مدیریت</Value></LocaleResource><LocaleResource Name="Account.AssociatedExternalAuth"><Value>احراز هویت خارجی</Value></LocaleResource><LocaleResource Name="Account.AssociatedExternalAuth.AddMoreRecords"><Value>شما می توانید حساب کاربری خود را با برخی از سیستم های احراز هویت خارجی در صفحه زیر مرتبط نمایید ( با یک بار لاگین از آنها استفاده نمایید):</Value></LocaleResource><LocaleResource Name="Account.AssociatedExterna |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Xml.Linq; | |
namespace Nop.CompareLocaleResource | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ |