This is a migrated thread and some comments may be shown as answers.

how to localized cloudlogin control?

3 Answers 34 Views
CloudLogin
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Leonard
Top achievements
Rank 1
Leonard asked on 21 Oct 2014, 08:30 AM
the default language of the cloudlogin control is english, how can i change it into other language like chinese ?

3 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 24 Oct 2014, 09:29 AM
Hi,

The RadCloudLogin control does not support automatic localization into other languages, but you can manually translate the control using our localization mechanism. I have attached a resource file(.resx) that contains the keys for all the RadCloudControls. You can add this file in your project and modify the LocalizedStrings.cs to the following:
public class LocalizedStrings
{
    private static Resource _localizedResources = new Resource();
 
    public Resource LocalizedResources { get { return _localizedResources; } }
}

Then you can translate the desired strings. Please, let me know if this helps.

Regards,
Ivaylo Gergov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Leonard
Top achievements
Rank 1
answered on 27 Oct 2014, 01:54 AM
Sorry for the late reply.

I add your resource file to my project, but it does not work...
0
Ivaylo Gergov
Telerik team
answered on 29 Oct 2014, 10:02 AM
Hi,

Sorry for misleading you. Currently the CloudControls do not support localization. We will consider this as a feature request.

Let me know should you have any other questions or suggestions.

Regards,
Ivaylo Gergov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
CloudLogin
Asked by
Leonard
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Leonard
Top achievements
Rank 1
Share this question
or