mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
removed usages of CultureInfo for our translations, to avoid warnings when using cultures that .NET does not know of
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2197 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c97600982a
commit
cbf04192b6
4 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ namespace TranslationByMarkupExtension {
|
|||
|
||||
public event EventHandler LanguageChanged;
|
||||
|
||||
public CultureInfo CurrentLanguage {
|
||||
/*public CultureInfo CurrentLanguage {
|
||||
get { return Thread.CurrentThread.CurrentUICulture; }
|
||||
set {
|
||||
if( value != Thread.CurrentThread.CurrentUICulture) {
|
||||
|
@ -27,7 +27,7 @@ namespace TranslationByMarkupExtension {
|
|||
}
|
||||
return Enumerable.Empty<CultureInfo>();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
public static TranslationManager Instance {
|
||||
get {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue