Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active December 18, 2015 17:49
Show Gist options
  • Save igorkulman/5821375 to your computer and use it in GitHub Desktop.
Save igorkulman/5821375 to your computer and use it in GitHub Desktop.
LocalizedStrings class for Windows Phone 7
public class LocalizedStrings
{
private static readonly Resources.AppResources localizedResources = new Resources.AppResources();
public Resources.AppResources LocalizedResources { get { return localizedResources; } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment