I know that some of the data-types have hard-coded English... which is something I would like to make localizable in an upcoming release (but there hasn't been a *need* for it yet - at least no one has asked me about it before)
I made a uQuery extension for that purpose back in v2.2.
Since that is now getting included in the core, all datatypes should use the GetDictionaryItem(string alias, string fallback) function for label texts.
Post back when you've created a ticket. Then I can have a look as well (so Lee doesn't get overworked). :-)
Changing the language
Hi,
I'm trying to change the language used by the uComponnents DataTypes, but I can't find out how. Can somebody help me ?
Hi Stephane,
Which data-type are you trying to change?
I know that some of the data-types have hard-coded English... which is something I would like to make localizable in an upcoming release (but there hasn't been a *need* for it yet - at least no one has asked me about it before)
Thanks, Lee.
I'm using the URL-picker and the Multi Url-picker.
Hi Stephane,
I've had a look at the source-code, unfortunately both Url Picker and Multi-Url Picker have hard-coded English labels.
Would you be able to create a new ticket on our CodePlex repository? Then we can work towards including it in an upcoming release.
http://ucomponents.codeplex.com/WorkItem/Create
Thanks, Lee.
I made a uQuery extension for that purpose back in v2.2.
Since that is now getting included in the core, all datatypes should use the GetDictionaryItem(string alias, string fallback) function for label texts.
Post back when you've created a ticket. Then I can have a look as well (so Lee doesn't get overworked). :-)
is working on a reply...