Posted by rains on January 14, 2013 at 3:12pm
Dear drupal Internationalization users,
I am stuck on translating is the 'Contact Forms' URLs in Drupal version 7.
Example:
http://www.blazeglass.com/en/contact
http://www.blazeglass.com/de/contact << that I would like to be >> http://www.blazeglass.com/de/kontakt
Would anyone be able offer any advice or tips, I have searched for days and read a lot, but this particular issue is proving hard to find a solution for.
thanks a lot,
rains
Comments
Contact Forms
Starting with a fresh Drupal 7 install is the best way to avoid problems.
https://www.redhotcontacts.com/
URL translation
Assuming you uploaded the DE language file to profiles folder, then
Go to Configuration/Regionalization and Languages/languages (could be slightly different titles as I have D7 French version)
See list, top of list is URL, click configuration link, Set to prefixe and save.
Automatic alias should be in place, then make sure original page is "contact" not Kontact" because the autoalias take it's url name from that.
Now your page should be at .../de/contact and ...en/contact
You may need to update menu links, unlink "Kontact", translate contact page Deutsh version.
Hope this helps