start multi-culture implementation

This commit is contained in:
2015-04-03 01:02:53 +02:00
parent 829d3f8f34
commit fd096f5267
+7
View File
@@ -75,5 +75,12 @@ namespace OnePeek.Api
Uri uri = EndpointUris.GetWindowsPhoneImageUri(urn, type);
return await ApiHttpClient.Instance.GetStream(uri);
}
public async Task<Dictionary<StoreCultureType, IEnumerable<AppMetadata>>> GetMetadataForAllCultures(string appId, StoreType store)
{
throw new NotImplementedException();
}
}
}