BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Nord,
We would like to let you know that, German Language is supported in LightSwitch HTML. The following link explains how to set the German language in LightSwitch HTML Application.
http://msdn.microsoft.com/en-us/library/vstudio/xx130603%28v=vs.120%29.aspx
Could you please tell us whether the provided link helps you? If not, please get back to us we will be happy to assist you.
Regards,
Gobalakrishnan S
Hi Nord,
Thanks for using Syncfusion products.
We need to follow the below steps to apply German culture to RichTextEditor Control.
1. We have to include the following line to add German Culture for RichTextEditor widgets in default.htm file present in the Client folder of the project:
<script src="Scripts/jquery.globalize.min.js"></script>
2. We need define the localize strings for each item present in the RichTextEditor Control like below.
ej.RTE.Locale["de-DE"] = { bold: "fett", italic: "kursiv", underline: "unterstreichen", strikethrough: "Durchgestrichen", justifyCenter: "Text-Zentrum", ... ... ... ... } var format_DE = [ { text: "Absatz", value: "p", spriteCssClass: "e-paragraph" }, { text: "Zitat", value: "blockquote", spriteCssClass: "e-quotation" }, { text: "Kopf 1", value: "h1", spriteCssClass: "e-h1" }, { text: "Kopf 2", value: "h2", spriteCssClass: "e-h2" }, { text: "Kopf 3", value: "h3", spriteCssClass: "e-h3" }, ... ... ... ... } |
3. We have to set the “ locale “ property and format property to RichTextEditor Control like below.
input.ejRTE({ // Set the German Localization to the control. locale: "de-DE", format: format_DE
}); |
For your convenience we have prepared a sample to showcase your requirement .The sample can be downloaded from following link
Sample Link:
http://www.syncfusion.com/downloads/support/directtrac/general/RichTextEditor-955636865.zip
For more information regarding localization in the RichTextEditor Control, see the below link.
http://js.syncfusion.com/demos/web/#!/azure/rte/Localization
If still you face any problems in setting the culture in RichTextEdior control, please get back to us. We will assist you gladly.
Regards
Gobalakrishnan S
From: Jürgen Nordholz [mailto:Juergen.Nordholz@nordholz-edv.de]
Sent: Wednesday, November 05, 2014 12:38 PM
To: Syncfusion Support
Subject: AW: Syncfusion support community forum 117496, German
localization?, has been updated.
Thanks for the sample.
but we have tested you product under Visual Studio 2013 Update 3. The result ist bad!
Sample doesn’t run
We bind the Controls in our Project. When we choose your control under LightSwitch, HTML Visual Studio hang and start new.
There are no description for installing the css and javascript files and no nuget pack.
We have not the time to find all the errors and hope for a ready tested Version from you. Your Control Idea for LightSwitch HTML is great.
regards
Jürgen Nordholz
Hi Nord,
We deeply
regret for the inconvenience caused. Now we have attached the RTE sample
which is in the runnable state and it is working fine at our end.
Sample
location: Sample
Please
check the above sample and still if you face any problem, please get back to
us. We will be happy to serve you.
We
bind the Controls in our Project. When we choose your control under
LightSwitch, HTML Visual Studio hang and start new.
We would
like to let you know that, the issue (“While choose our control under
LightSwitch VisualStudio gets hang”) could possibly occurred if there is an
error in an extension file while choosing our control under LightSwitch HTML.
So could you please provide more information on the control, which you have
chosen under LightSwitch HTML? This will help us to reproduce specified the
issue in our side.
There
are no description for installing the css and javascript files and no nuget
pack.
Currently
we are providing only the extension support to render our control in
LightSwitch HTML and we are preparing the documentation for this. To get the
controls scripts and css file please find the below location,
JavaScript
Installed location:
%localappdata%\Syncfusion\EssentialStudio\12.3.0.36\JavaScript\assets
For your
reference, we have attached our documentation which is in review phase ,it
contains details about how to use our controls in LightSwitch HTML by using
extension and, please find the documentation in the link below,
Documentation
link: Documentation
Also, we
would like to let you know that, we have planned to provide the Nuget package
for LightSwitch HTML. We have already logged a feature request task for this in
our database. We will implement this feature in any of our feature releases. We
usually have an interval of at least three months between releases. And the
feature implementation would also greatly depend on the factors such as product
design, code compatibility and complexity.
Please
let us know if you have further queries,
Regards,
Kasithangam