Created
May 29, 2014 19:12
-
-
Save hjerpbakk/65f6843a690d87c7c18c to your computer and use it in GitHub Desktop.
Example using LocalizationTester to verify iOS localizations using Xamarin.iOS
This file contains hidden or 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
[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