| Author |
Message |
Ben G.
Guest
|
Posted:
Tue Nov 08, 2005 9:51 pm Post subject:
Localizing internal links |
|
|
We have an MCMS site that will be localized into 10 languages, using a
channel structure for each language that parallels the source
language's channel structure. The US English content will be the
source, with the source posting extracted as file for localization, and
the localized file inserted as a posting into its respective localized
channel. We understand that using MCMS managed links is the way to go
for links between pages. However, we are unsure how to localize the
links, which will contain the GUID of a US English posting, without
manual intervention for each link in each language. Is there a way to
"localize" the friendly version of the links that users see so that the
"/en-us/" gets replaced with "/de-de/", etc., either as the file is
being inserted as a posting after localization or as the posting is
displayed to a user?
Thanks,
--Ben |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Wed Nov 09, 2005 1:50 pm Post subject:
Re: Localizing internal links |
|
|
Hi Ben,
no MCMS does not support this.
What you could do is to implement a custom placeholder control and add the
logic to replace this substring within the SavePlaceholderContent method.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Ben G." <ben.gustafson@gmail.com> wrote in message
news:1131479731.251668.34400@f14g2000cwb.googlegroups.com...
| Quote: | We have an MCMS site that will be localized into 10 languages, using a
channel structure for each language that parallels the source
language's channel structure. The US English content will be the
source, with the source posting extracted as file for localization, and
the localized file inserted as a posting into its respective localized
channel. We understand that using MCMS managed links is the way to go
for links between pages. However, we are unsure how to localize the
links, which will contain the GUID of a US English posting, without
manual intervention for each link in each language. Is there a way to
"localize" the friendly version of the links that users see so that the
"/en-us/" gets replaced with "/de-de/", etc., either as the file is
being inserted as a posting after localization or as the posting is
displayed to a user?
Thanks,
--Ben
|
|
|
| Back to top |
|
 |
Ben G.
Guest
|
Posted:
Wed Nov 09, 2005 9:51 pm Post subject:
Re: Localizing internal links |
|
|
Hi Stefan,
We will look into creating the custom placeholder. Thanks for pointing
us in the right direction!
--Ben |
|
| Back to top |
|
 |
Ben G.
Guest
|
|
| Back to top |
|
 |
|
|
|
|