Nevron Forum
Home
»
Nevron Vision for NET
»
Nevron User Interface for .NET
»
Localization message in MessageBox
Login
Register
Login
Register
Home
»
Nevron Vision for NET
»
Nevron User Interface for .NET
»
Localization message in MessageBox
Localization message in MessageBox
Post Reply
Localization message in MessageBox
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Pawel Pietrzak
Pawel Pietrzak
posted 9 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 4,
Visits: 40
hello
I have a questions.
How can I write a message to this display compatible
with
my location.
I have already seen the documentation, but I found no answers:
I make Dictionary
with
:
public static Dictionary<string, string> nativeDictionary = new Dictionary<string, string>()
{
{"XXX_Nevron_ActiveTabs", "Active Tabs"},
...
}
And after:
public static void ApplyDictionary()
{
string curLang = WSConfigurationManager.GetInstance.ApplicationLanguage.Name.ToUpper();
if (curLang.Equals("EN"))
return;
NDictionary dict = new NDictionary();
foreach (KeyValuePair<string, string> kvp in nativeDictionary)
{
string text = WSResourceManager.GetString(kvp.Key);
dict.Add(kvp.Value, text);
}
NLocalizationManager.Instance.SyncDictionary(dict);
}
From Nevron gets worning:
78% of original size (was 646x38) - Click to enlarge
I want this message override.
Best regards
Pawel
Tags
commandbarsmanager
Reply
Like
0
Nevron Support
Nevron Support
posted 9 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.1K
Hello Pawel,
Unfortunately this text is not localizable.
We will fix it for the next release.
Sorry for the inconvenience.
Best Regards,
Nevron Support Team
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
1 active, 1 guest, 0 members, 0 anonymous
No members currently viewing this topic!
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search