|
@@ -16,6 +16,7 @@ using System.IO.Compression;
|
|
|
using System.Windows;
|
|
|
using System.Net.Mime;
|
|
|
using System.Windows.Controls;
|
|
|
+using PDF_Master.Properties;
|
|
|
|
|
|
namespace PDF_Master.Helper
|
|
|
{
|
|
@@ -620,7 +621,14 @@ namespace PDF_Master.Helper
|
|
|
/// </summary>
|
|
|
public static void convertUnlock()
|
|
|
{
|
|
|
-
|
|
|
+ if (Settings.Default.AppProperties.culture == "zh-CN")
|
|
|
+ {
|
|
|
+ Process.Start(new ProcessStartInfo("https://www.pdfreaderpro.com/zh-cn/windows/store"));
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ Process.Start(new ProcessStartInfo("https://www.pdfreaderpro.com/windows/store"));
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|