AutoUpdate
AutoUpdate copied to clipboard
Dialog in chinese
Hi, any possibility to change dialog title and button captions in another language?
Found a workaround by redefining default strings in my app, e.g in strings.xml:
But would be cleaner to put english as default and add chinese translation I think :)
Just put in your strings.xml this:
<string name="dialogPositiveButton" override="true">Download</string>
<string name="dialogNegativeButton" override="true">Later</string>
<string name="app_no_new_update" override="true">No new version</string>
<string name="download_progress" override="true">downloading:%1$d%%</string>
<string name="download_success" override="true">download success, click install</string>