Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Does any of the uComponents support dictionary items.
For example I watched the ToggleBox quick screencast by Lee K this morning but I was wondering if the On/Off values would support dictionary items?
Thanks,Warren :)
Hi Warren,
Currently no. Good suggestion!
We are looking into ways to support localization of all the labels, messages, etc. But for v1.0 everything is hard-coded in English.
Cheers, Lee.
Let me know if this has been fixed and post a reply in this thread so I can mark the thread as solved.
Warren :)
Hey warren.
We havent looked at it yet, but I will look at later today :-)
/ronnie
Does it already support dictionary items?
Jeroen
There is still no support for dictionary items in uComponents 2.1.
Its worth raising a ticket on our CodePlex for this... then we can monitor it better. (As I'd forgot about this thread, sorry!)
I've created a workitem: http://ucomponents.codeplex.com/workitem/13223.
I've created a function that I'm using in DataType Grid in uQuery:
GetDictionaryItem(string key, string fallback)
It returns the dictionary string for the entered key if it exists, otherwise it returns the fallback string.
Example:
uQuery.GetDictionaryItem("AddNewDataType", "Add new datatype")
Returns the translation for "AddNewDataType" if it is done, otherwise returns the default english description.
This will be a part of v2.2, so other developers can also start using it.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Dictionary Support?
Does any of the uComponents support dictionary items.
For example I watched the ToggleBox quick screencast by Lee K this morning but I was wondering if the On/Off values would support dictionary items?
Thanks,
Warren :)
Hi Warren,
Currently no. Good suggestion!
We are looking into ways to support localization of all the labels, messages, etc. But for v1.0 everything is hard-coded in English.
Cheers, Lee.
Let me know if this has been fixed and post a reply in this thread so I can mark the thread as solved.
Warren :)
Hey warren.
We havent looked at it yet, but I will look at later today :-)
/ronnie
Does it already support dictionary items?
Jeroen
There is still no support for dictionary items in uComponents 2.1.
Its worth raising a ticket on our CodePlex for this... then we can monitor it better. (As I'd forgot about this thread, sorry!)
Cheers, Lee.
I've created a workitem: http://ucomponents.codeplex.com/workitem/13223.
Jeroen
I've created a function that I'm using in DataType Grid in uQuery:
GetDictionaryItem(string key, string fallback)
It returns the dictionary string for the entered key if it exists, otherwise it returns the fallback string.
Example:
Returns the translation for "AddNewDataType" if it is done, otherwise returns the default english description.
This will be a part of v2.2, so other developers can also start using it.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion