Hello,
I have applied swedish culture on my site, and copied the localization files from telerik installation folder to app_globalresources directory in my web application. Rad editor is displaying the swedish text in image editor dialog box and all tools in the toolbar, but Inser Extarnal Video dialog is not displaying and localized text. Infact no text at all for different text controls in this dialog...!!
My assumption is that I am missing the resource keys in my localization file, anybody knows where I can find these keys??
Thanks
----
I have applied swedish culture on my site, and copied the localization files from telerik installation folder to app_globalresources directory in my web application. Rad editor is displaying the swedish text in image editor dialog box and all tools in the toolbar, but Inser Extarnal Video dialog is not displaying and localized text. Infact no text at all for different text controls in this dialog...!!
My assumption is that I am missing the resource keys in my localization file, anybody knows where I can find these keys??
Thanks
----
5 Answers, 1 is accepted
0
Accepted
Hello,
Here are the localizations strings which you should add to the\App_GlobalResources\RadEditor.Dialogs.resx file
InsertExternalVideo_AdvancedMode Advanced Mode
InsertExternalVideo_AspectRatio Aspect ratio
InsertExternalVideo_AutoplaySetting Play the video automatically on load
InsertExternalVideo_EmbedCode Embed code
InsertExternalVideo_EmbedVideoSettings Embed video settings
InsertExternalVideo_FullscreenSetting Enable fullscreen button
InsertExternalVideo_PasteVideoURL Paste Youtube or Vimeo video URL
InsertExternalVideo_PrivacySetting Enable privacy-enhanced mode
InsertExternalVideo_ShowTitleSetting Display title before video starts playing
They are available in the Q3 2012 installation of RadEditor. If they do not function in your project, upgrade to the latest release of RadControls for ASP.NET AJAX.
See this article for more information: Using Global Resource Files.
Best regards,
Rumen
the Telerik team
Here are the localizations strings which you should add to the\App_GlobalResources\RadEditor.Dialogs.resx file
InsertExternalVideo_AdvancedMode Advanced Mode
InsertExternalVideo_AspectRatio Aspect ratio
InsertExternalVideo_AutoplaySetting Play the video automatically on load
InsertExternalVideo_EmbedCode Embed code
InsertExternalVideo_EmbedVideoSettings Embed video settings
InsertExternalVideo_FullscreenSetting Enable fullscreen button
InsertExternalVideo_PasteVideoURL Paste Youtube or Vimeo video URL
InsertExternalVideo_PrivacySetting Enable privacy-enhanced mode
InsertExternalVideo_ShowTitleSetting Display title before video starts playing
They are available in the Q3 2012 installation of RadEditor. If they do not function in your project, upgrade to the latest release of RadControls for ASP.NET AJAX.
See this article for more information: Using Global Resource Files.
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

shadow
Top achievements
Rank 2
answered on 02 Nov 2012, 04:57 PM
Thank you for such a quick reply.
I have added the keys in my global file. I am using Q2 version, so the keys are not applied :)
I am upgrading to Q3 now, if it doesn't work after updating to new version then I will ask you again.
I have added the keys in my global file. I am using Q2 version, so the keys are not applied :)
I am upgrading to Q3 now, if it doesn't work after updating to new version then I will ask you again.
0

shadow
Top achievements
Rank 2
answered on 15 Nov 2012, 02:40 PM
I have updated the telerik dll to new version.
Translation is getting applied .. great work.
However I think I still miss some keys, in "Insert External Video" popup window, tooltip "Toggle advanced mode embed code" text is not getting translated.
Can you please write me the key name for this!!
Further, Image Editor is show the two options "Grid View" and "Thumbnail View" I want to apply the localized text for these tooltips as well please write me the name of keys to translate this text as well!!
Thanks
Translation is getting applied .. great work.
However I think I still miss some keys, in "Insert External Video" popup window, tooltip "Toggle advanced mode embed code" text is not getting translated.
Can you please write me the key name for this!!
Further, Image Editor is show the two options "Grid View" and "Thumbnail View" I want to apply the localized text for these tooltips as well please write me the name of keys to translate this text as well!!
Thanks
0
Accepted
Hi,
I checked and verified that both strings do not have localization. I logged this in our PITS system as a bug report and we will add them for the upcoming versions. Here you can find the PITS Issue: Public URL.
I also updated your Telerik points for your report.
All the best,
Rumen
the Telerik team
I checked and verified that both strings do not have localization. I logged this in our PITS system as a bug report and we will add them for the upcoming versions. Here you can find the PITS Issue: Public URL.
I also updated your Telerik points for your report.
All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

shadow
Top achievements
Rank 2
answered on 20 Nov 2012, 01:59 PM
Thanks