Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created December 1, 2014 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohemohe/7689d4b6fe81a17f176d to your computer and use it in GitHub Desktop.
Save mohemohe/7689d4b6fe81a17f176d to your computer and use it in GitHub Desktop.
kovlang
private void Application_Startup(object sender, StartupEventArgs e)
{
Settings.Initialize();
if (String.IsNullOrEmpty(Settings.Language) == false)
{
SetCurrentCulture(Settings.Language);
}
else
{
SetCurrentCulture("");
}
NotifyIconHelper.Initialize();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment