I have created a site and configured localization for it, but the problem is that, when i copy a text from MS word and paste in local resouce file value field, then it's showing albhabet, but the exect language i copied.
so can anyone tell me how can i write other language in resource file value field,
when i copy a text from translate.google.com, and paste it in resource file then it's working properly
Unfortunately, copy and paste from MS Word doesn't work properly because there is so much overhead MS Word adds to the text that you don't see. Might I suggest copying and pasting into NotePad first or editing the XML directly by right clicking the resx
file in the file system and clicking open with... and select your favorite XML editor.
Globalizationlocalizationresourcefile
Remember to mark as answer if this post answered or solved your problem.
Thanks For Reply, but is there any way to get this text from ms word to resource file, because i can't type the language in which the real text is,
i can read 60-70 wording from it. i have everything in .doc file including menu and contant. and also provide any solution for html editor control like ajax editor for all languages, so admin can update directly to database.
raghu.maruka
Member
29 Points
12 Posts
How to type in local resource file in other language
Feb 21, 2012 12:01 PM|LINK
Hello Every one,
I have created a site and configured localization for it, but the problem is that, when i copy a text from MS word and paste in local resouce file value field, then it's showing albhabet, but the exect language i copied.
so can anyone tell me how can i write other language in resource file value field,
when i copy a text from translate.google.com, and paste it in resource file then it's working properly
thanks
Globalization localization resourcefile
b471code3
Star
13877 Points
2598 Posts
Re: How to type in local resource file in other language
Feb 21, 2012 12:40 PM|LINK
Unfortunately, copy and paste from MS Word doesn't work properly because there is so much overhead MS Word adds to the text that you don't see. Might I suggest copying and pasting into NotePad first or editing the XML directly by right clicking the resx file in the file system and clicking open with... and select your favorite XML editor.
Globalization localization resourcefile
raghu.maruka
Member
29 Points
12 Posts
Re: How to type in local resource file in other language
Feb 21, 2012 05:17 PM|LINK
Thanks For Reply, but is there any way to get this text from ms word to resource file, because i can't type the language in which the real text is,
i can read 60-70 wording from it. i have everything in .doc file including menu and contant. and also provide any solution for html editor control like ajax editor for all languages, so admin can update directly to database.
Tim Cadieux
Participant
966 Points
317 Posts
Re: How to type in local resource file in other language
Jul 26, 2012 05:46 PM|LINK
Have you tried simply saving the .doc file to another format first, like RTF and copy and paste it from there?
***
Mark the replies as Answers if they answered your question.