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

Asp .net core Localised strings not changing back to english

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sujin
Top achievements
Rank 1
Sujin asked on 13 Apr 2018, 07:16 AM

Hi

I am using asp .net core globalisation as per below documentation:

https://docs.telerik.com/aspnet-mvc/getting-started/globalization

Currently we support two language 'English' and 'French'.

If my current language is 'English' and i change to 'french', the kendo UI gets translated properly.

Where as, current language is 'french' and i change to 'English', UI doesn't gets changed to English strings.

I checked both server and client side culture is properly set as English.

 

Is there something i am missing.

 

Thanks and Regards

Sujin

 

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 18 Apr 2018, 06:25 AM
Hello Sujin,

Attached you will find a small sample which demonstrates switching between en-GB and es-ES cultures using two action links:
@Html.ActionLink("Change to en-GB", "Index", "Home", new { lang = "en-GB"})
 
@Html.ActionLink("Change to es-ES", "Index", "Home", new { lang = "es-ES"})

May I ask you to modify the attached, so it reproduces the issue observed at your end and send it back to us?

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Sujin
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or