Nevron Forum
Back
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
&
lt
;
string
,
string
&
gt
;
nativeDictionary
=
new
Dictionary
&
lt
;
string
,
string
&
gt
;()
{
&
nbsp
; {"
XXX_Nevron_ActiveTabs
", "
Active
Tabs
"},
&
nbsp
; ...
}
And
after
:
public
static
void
ApplyDictionary
()
{
string
curLang
=
WSConfigurationManager
.
GetInstance
.
ApplicationLanguage
.
Name
.
ToUpper
();
if
(
curLang
.
Equals
("
EN
"))
&
nbsp
;
return
;
NDictionary
dict
=
new
NDictionary
();
foreach
(
KeyValuePair
&
lt
;
string
,
string
&
gt
;
kvp
in
nativeDictionary
)
{
&
nbsp
;
string
text
=
WSResourceManager
.
GetString
(
kvp
.
Key
);
&
nbsp
;
dict
.
Add
(
kvp
.
Value
,
text
);
}
NLocalizationManager
.
Instance
.
SyncDictionary
(
dict
);
}
From
Nevron
gets
worning
:
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.2K
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
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search