Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Icon image will disappear when I change the UI culture!

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Globalizer Support
View previous topic :: View next topic  
Author Message
Eric Fang



Joined: 08 Jan 2016
Posts: 1

PostPosted: Fri Jan 08, 2016 2:23 pm    Post subject: Icon image will disappear when I change the UI culture! Reply with quote

I have a problem with your tool.
The icon image of my listview item will disappear when I change the UI Culture.

Please refer to the following:

1. I add a listview item with an icon image from an imagelist.


2. I click “English” under the language menu


Then following code would be executed:
private void englishToolStripMenuItem_Click(object sender, EventArgs e)
{
CultureManager.ApplicationUICulture = new CultureInfo("En");
}

private void _cultureManager_UICultureChanged(CultureInfo newCulture)
{
UpdateLanguage();
}

private void UpdateLanguage()
{
CultureInfo culture = CultureManager.ApplicationUICulture;
}

Then the icon image of the listview item will disappear!!



Can you help me to fix this error? Really appreciate your help!!

Eric Fang

PS: I want to attach some picture but fail to do it. Can you show me how to do that?
Or can you give me your E-mail address then I can send you a word document with pictures to describe my question. Thank you!


[/img]
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Fri Jan 08, 2016 10:30 pm    Post subject: Reply with quote

I've moved this post into the correct forum (Globalizer Support) since it is not a licensing question.

If you can put together a small sample project that shows the problem and email a zipped copy to support@infralution.com then we will take a look and see if we can determine the problem.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Globalizer Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group