Skip to content

Instantly share code, notes, and snippets.

@hjerpbakk
Created May 29, 2014 19:12
Show Gist options
  • Save hjerpbakk/65f6843a690d87c7c18c to your computer and use it in GitHub Desktop.
Save hjerpbakk/65f6843a690d87c7c18c to your computer and use it in GitHub Desktop.
Example using LocalizationTester to verify iOS localizations using Xamarin.iOS
[Test]
public void VerifyLocalizations() {
const string Path = "/Users/hjerpbakk/Code/BookScanner/BookScanner/BookScanner.iOS";
var localizationTester = new LocalizationTester(Path);
localizationTester.VerifyLocalizations("no", "en");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment