Technical support This forum is closed.
Version 1.x > Technical support > MultiLanguage Problem View modes: 
User avatar
Member
Member
newbie - 1/3/2006 9:26:35 AM
   
MultiLanguage Problem
Hi,

I have some problem with creating a multilanguage website. When I try to add a newpage (menu item) to with a Caption : (in chinese) and Page Title: (in chinese), it has the following error :

Server Error in '/CMS' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /CMS/产品.aspx


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.26; ASP.NET Version:2.0.50727.26

May I know how to go about adding a new page in Chinese? And page menu in Chinese?

Thanks.



User avatar
Guest
admin - 1/3/2006 2:30:26 PM
   
Re: MultiLanguage Problem
Hello,

Thank you for your message. Could you please provide us with some more details:

1) Could you write the steps how you get to the URL /CMS/产品.aspx?

2) Are you using IIS or the built-in web server from Visual Studio 2005?

Thank you.

Best Regards,

User avatar
Member
Member
newbie - 1/4/2006 4:28:07 AM
   
Re: MultiLanguage Problem
Hi,

Here is the steps taken :

1) Went to CMSDesk -> Development -> Document Templates ->
Application: CMS -> Root -> Allowed Child Templates and add the “Culture Version“ document type among document types that can be placed under the root.

2) Went to Content module and create the following culture versions under the root:

Culture Name Culture Code
English en-us
Chinese chi-chi

3) Open the web.config file, set the CMSUseMultilingualSupport key value to “true” and save it.

4) Move all the files under en-us.

5) Create new Page (Menu Item) in "chi-chi", use Caption: (in chinese) and Page title : (in Chinese).

Is it a must to add <add key="CMSCombineWithDefaultCulture" value="false"/> ?

As for question 2, I am using IIS web server and Visual Studio 2005.



User avatar
Guest
admin - 1/4/2006 6:02:15 PM
   
Re: MultiLanguage Problem
Thank you. Could you please write me:

1) What type of URLs you are using - are the URLs in format "/products" or "/products.aspx"?

2) Where exactly do you get this error? Is it after you click on some link? If so, how do you generate this link?

Thank you.

Best Regards,

User avatar
Member
Member
newbie - 1/5/2006 11:37:17 AM
   
Re: MultiLanguage Problem
1)

Name: 产品 (1)
Alias:
URL Path:
Type: Page (Menu Item)
Created: 1/5/2006 6:31:41 PM
Created by: Default Administrator (administrator)
Modified: 1/5/2006 6:31:41 PM
Modified by: Default Administrator (administrator)


Advanced Properties

ID Path: /103/108
Alias Path: /chi-chi/产品 (1)
Name Path: /chi-chi/产品 (1)

2) I got the error when I try to click on the link. I did the steps as mentioned in my previous reply.

User avatar
Guest
admin - 1/6/2006 10:28:15 AM
   
Re: MultiLanguage Problem
Could you please write me:

1) what you have in your CMSFriendlyURLStyle value in the web.config?

2) where is the link placed? is it on the web site? if so, how did you create the link?

Thank you.

Regards,

User avatar
Member
Member
newbie - 1/20/2006 4:41:21 AM
   
Re: MultiLanguage Problem
Hi,

1) The CMSFriendlyURLStyle value in the web.config is set to true.

2) The link is placed in the CMS directory where the website is. I created the link as shown in the steps in my previous post.


User avatar
Guest
admin - 1/20/2006 11:39:28 AM
   
Re: MultiLanguage Problem
Hello,

1) the CMSFriendlyURLStyle cannot be true. Please check this again - it must be either an empty string or some extension, such as ".aspx" or ".html".

2) Could you please write me if you created the link in the WYSIWYG editor by selecting some text and creating the link or by rendering it in your code?

Best Regards,