Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Warren Buckley 2089 posts 4578 karma points MVP ∞ admin hq c-trib
    Sep 07, 2010 @ 09:32
    Warren Buckley
    1

    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 :)

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Sep 07, 2010 @ 09:43
    Lee Kelleher
    1

    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.

  • Warren Buckley 2089 posts 4578 karma points MVP ∞ admin hq c-trib
    Sep 14, 2010 @ 09:53
    Warren Buckley
    0

    Let me know if this has been fixed and post a reply in this thread so I can mark the thread as solved.

    Warren :)

  • Ronnie Hegelund 48 posts 710 karma points
    Sep 14, 2010 @ 10:08
    Ronnie Hegelund
    0

    Hey warren.

    We havent looked at it yet, but I will look at later today :-)

    /ronnie

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Mar 23, 2011 @ 11:20
    Jeroen Breuer
    0

    Does it already support dictionary items?

    Jeroen

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Mar 23, 2011 @ 12:05
    Lee Kelleher
    0

    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.

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Mar 23, 2011 @ 12:43
    Jeroen Breuer
    0

    I've created a workitem: http://ucomponents.codeplex.com/workitem/13223.

    Jeroen

  • Ove Andersen 435 posts 1541 karma points c-trib
    Apr 11, 2011 @ 13:55
    Ove Andersen
    0

    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.

  • 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.

Please Sign in or register to post replies