Localization :: Search Engine Only Sees One Language Version Of Site?
Jan 24, 2011
I'm using a cookie to keep track of the language.
The url stays the same for the french, english, polish, spanish, italian versions of the site since the content is located in seperate .resx files. and the code stays the same for all.
I need search engines to see all versions of my site.
And I need to stay on the same domain for all languages. No subdomains.
View 1 Replies
Similar Messages:
Nov 5, 2010
I have the .net application which is in english words in the interface.
They are text in label or they are UI words.
If change to other language, what method should I use??
View 1 Replies
Jan 19, 2011
I have a database filled with information about a bunch of different articles. I'm trying to add a search mechanisim to the site where you would type in what you are looking for, and it would search through the articles finding the most appropriate article. In my database I have a bunch of different fields that will help find the best article. For example, for each article, there is a title, description, category, a bunch of tags, Number of page views, number of votes, and the sum of all the vote scores. All this informaiton i believe can be used to gather the most relevent article based on the persons search terms. The problem is I don't know what to do with this information. What I would like to do is have a scoring system where the highest score is the first result and the lowest score is the last result. Where the first result is the most relevent.
So for example: The user types in "Korean War" it looks through all the articles, and gives all the articles with "Korean War" in the title + 1, all the tags with "Korean" or "War" + .1, then adds the number of views/1000, and then adds the average vote/4. (I just made that scoring system up on the spot, I would need to do some testing of course). Then it would sort the articles based upon the score it recieved. Is there anyway to do this with a select statement where I can run all of the calculations and then sort them with an "ORDER BY" command? Or would i have to have the server side code do the calculations store them in an array, and then sort them in the array? Or is there a better way of doing this that I might not know of (which is certainly possible).
View 3 Replies
Jan 27, 2010
I would like to use the indexing service for search engine of the website. My problem is it can't search any Non-english words, it always return the message "The query contained only ignored words". Unbelievablely, differ result found in differ environments, in my local develop environment (Win XP (Chinese version)) is can search for any words, even non-english keywords. Another environment is server 2003 (English version), which is not work!
So I think it should be environment setting issue rather than .net setting or web.config or any other about the page encode, but i have no idea for how to setup the environment to fix this issue.By the way, my web.config have this setting, which is my googling result =.=
[Code]....
View 4 Replies
Jul 13, 2010
I have no knowledge about sessions but I realize that using sessions in multi-language sites are very useful. How can I implement language selection by using sessions and sql database?
View 3 Replies
Jul 15, 2010
Does Bing has an option similar to Google Custom Search or Yahoo where I can use Bing to power the search results on my site?
Couple requirements:
Works with an ASP.NET site (is a .NET project) Host the search box and results on my own website Ability to customize the look and feel of the results to match my site (Full control is ideal but I understand it's not possible with free solutions)
I did a search for Bing custom search and found this: [URL] but it's not exactly what I am looking for.
View 2 Replies
Aug 1, 2010
I would like to create personal web site including search engine in my site content. I don't know algorithem how to build it yet. how to build my own search engine?
View 1 Replies
Jun 24, 2010
how can i change exception message language to English without changing the users language
[Code]....
View 1 Replies
Apr 19, 2010
I am developing a multi language website. language change is working very well on master page. from master page I am storing session to use in contant pages.
when I am trying to change text (<p>.....<P>) in content page, thats not working.
protected void Page_PreRender()
View 2 Replies
Dec 5, 2010
I want to know how can I build a simple search engine which search from specific websites, for example it should search codeplex and msdn only and show the result on my page?
View 1 Replies
Feb 21, 2011
I would like to create web site in ASP.NET MVC3 in english language and Turkish language. I would like to know what care do i need to take before designing web site?
View 5 Replies
Sep 28, 2010
in my project i would like to save pdf files in database, how to save pdf files in database ? along with that i would like to create create a search page to search for pdf files with PDF file names , how to accoplish these things
View 3 Replies
Mar 26, 2010
How To Set Language Localization For Website. I have developed an asp.net website.
View 4 Replies
Jan 28, 2010
I would like to know how to change the languages for web project. Because my project should need to meet the requirement of language need to be changing according to the selection of languages from dropdown. How it is interacting with many of languages.
View 5 Replies
Mar 15, 2010
I want to integrate bangla(font) language in asp.net application .I didnt do any language integration work previously .If any developers did bangla language integration or have idea to ingrate it with asp.net application.
View 5 Replies
Jul 13, 2010
I have a large application in Asp.Net 2.0.
How do i convert my application in different language..
Some google api is there but it provides me line by line convertion it will take long time to show page with different language.
way to use another language like Hindi,Gujarati,.
View 5 Replies
Jul 14, 2010
My page won't change the language could someone have a look at my code and tell me what im doing wrong it always goes to the default language
View 3 Replies
Feb 24, 2011
I recently started using fusioncharts (which is a great charting tool btw) but I releaized that although it renders Right to Left languages correctly, it does not display them from Right to Left, so if I have "Sales Report" in Arabic, it will be displayed "Report Sales" in the chart.
I dont have a problem with this with static text because I can reverse it before I send it to the chart, but with dynamic text that is entered by the user it is a challenge, because the user may enter the details in English or in Arabic, or in both.
So if I can define the character code used in the sentence then my problem will be solved, and the first thing that came to my mind in order to do this is:
- Take one letter from each word in the string and compare it with the Arabic alphabet (instr function).
- If the function returns true then the letter will be arabic and therefore the whole word will be arabic, I'll store this word in a new string
- If the next word is also Arabic I'll add it to the new string else I will skip it and start a new string for the next words to come.
- After I finish searching the string I will reverse the words in the new string and replace them with their parts in the old string then send them to the chart.
View 1 Replies
Mar 4, 2010
My website Language is English,But i want abutton when i clicked on it,The Site Converted
To Arabic Language
View 5 Replies
Feb 17, 2011
i am building a multi language website. static text i m translating using resource files, but data returned in dataset i am to bind with dropdownlist. i don't know how to translate that data and bind that. i have tried google translate element but it gives too many languages and i only need 3 or 4.
View 1 Replies
Apr 29, 2010
I am creating a multi language web site. English & Marathi. I took a dropdownlist control & I added both languages in it. And when I select any language it works fine.But I can't able to write in the TextBox control. I am referring this web site :
http://www.misalpav.com/user/register
View 3 Replies
Mar 29, 2010
I had created ASP.Net Web Application named 'Traning Management System' (in English) for my company. Now my boss wants me to translate that application to Arabic language. He wants everything to be in arabic. I don't know how to do it. I searched in google and came to know about localization and globalization. I could not understand the topics. My application contains 1 master page, 5 .aspx pages. The pages mostly contains labels, textboxes, gridview, buttons and other controls. The project also contains reports.
View 4 Replies
Jun 4, 2010
in my web application i have added some korean text to my SQL database(NText column) and retrieving the same to the web page but its displaying like(all blobs) this
팀에 합류했다. 회사는 독립 인 플롯에 3 층 공장을 구축하여 자사의 용량을 증가시켰습니다. 회사는 밀 부품 및 산업용 밸브 조 업체로서의 작업을 계속했다. 지금은 시간이 Mistry 산업은 그 모양을 이 지. 회사의 경영은 훌륭한
how i have added this content into db is, i have paste the content to the HTML Editor from there store the content to the Table(Ntext column)
View 5 Replies
Aug 26, 2010
I am new to this forum and want to know how can i change the page language.
For example English -> Hindi..
View 4 Replies
Apr 8, 2010
how to change the wording of the language?
My idea:
In my text file, labeled according to the selected language.
Examples:
English: How are you?
Germany: Wie geht es Ihnen?
I have a document default.aspx
I have a combobox in which languages English and Germany. English click, print: "How are you?" or Germany, print "Wie geht es Ihnen?"
How do they do ? How to display text on the page default.aspx?
View 6 Replies