문제

나는 영어와 아랍어로 웹 사이트를 가지고 있습니다 (변형 사용).목록을 사용하여 홈 페이지에 뉴스를 표시하고 싶습니다.그것을하는 가장 좋은 방법은 무엇입니까?

  • 는 다음과 같이 영어와 아랍어 칼럼 모두로 단일 목록을 만들어야합니까?

    영어 뉴스 제목
    아랍어 뉴스 제목
    영어 뉴스 DESC
    아랍어 뉴스 desc

    현재 언어에 따라 각 뉴스를 표시하십시오.

    또는

    • 영어를위한 하나의 목록과 아랍어를위한 두 명의 목록을 만듭니다.나는 당신이 변형을 사용할 때 주 사이트의 목록을 만드는 경우 유사한 목록도 변형 사이트에서 해당 서비스에 의해 만들어집니다.이것이 사실입니까?따라서 단일 목록을 사용할 필요가 없지만 두 개의 별도 목록을 사용할 필요가 없습니까?
도움이 되었습니까?

해결책

It depends on how the content will be accessed, shared and distributed across different sites and site collections. I think you need to view multilingual support in a broader context before your question can be answered:

When you plan for multilingual sites, consider whether you have to create content that will be shared across sites, but must be changed to meet regional requirements or translated to meet language requirements. If you think there is a possibility that you might have to set up variations sites, you should plan for them beforehand. It is very difficult to integrate variations sites into a site collection after the site structure is implemented. The following factors can affect your ability to easily move to using variations sites later in the life of your site:

  • Custom code Code that contains references to the location of the root variations site.
  • Site customizations Site navigation, Master Pages, and other customizations.
  • Search Search scopes must be created for each variation label, and the site properties of each variations site must be changed.

Reference: Plan for multilingual sites in SharePoint 2013

Edit

But if you're only going to use different news languages, I suuggest you stick to variation sites. It has a benefit that the source (assuming English) of the variation will create the mirrored structure and content on the target variation site (assuming Arabic).

By default, any new pages that are published in the Pages library of the source variation site will automatically be created on all target variation sites. However, if Create Selectively is enabled, for each new page that you create on the source variation site, you must manually specify the target variation site on which the page should be created. The Create Selectively option can be useful if you want certain pages to be included only on some, but not all, target variation sites.

Lists can be created automatically on target variation sites only if they are created on the source variation site before the variation hierarchy is created. If a list is created after the variations hierarchy is set up, a list must be created manually on the target variation sites by using the Settings button on the Variations tab on the ribbon for the list on the source variation site. However, new list items can be created automatically on a target variation site.

By default, the Create Everywhere option is enabled. You should carefully consider the potential increase in administrative tasks if you decide to enable the Create Selectively option. You can configure the settings for site, list, and page creation behavior on the Variations Settings page in Site Collection Administration.

Reference: Plan for variations in SharePoint Server 2013

Conclusion

You will not use the same list, and not even the same site. Best Practice is to implement a variation site, where the variation list and the variation news pages resides. This way it's easier to administer, than to manually update single pages.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top