Create a Multilingual Application

  • Konuyu başlatan Konuyu başlatan guclusat
  • Başlangıç Tarihi Başlangıç Tarihi

guclusat

Tanınmış Üye
Süper Moderatör
Create a Multilingual Application
To create a project that supports more than one language, create one project for each language you wish to support, and one master project to decide which project to launch.

For your master project, use a System.GetDefaultLangID action to determine what the user's default language is, and launch the appropriate project file.

Another possibility is to determine the language ID in the On Preload event and then jump to a particular page or even to present the user with available choices that branch off into the appropriate section of a single application.
 
Çok Dilli Bir Uygulama Oluşturma
Birden fazla dili destekleyen bir proje oluşturmak için, desteklemek istediğiniz her dil için bir proje ve hangi projenin başlatılacağına karar vermek için bir ana proje oluşturun.

Ana projeniz için, kullanıcının varsayılan dilinin ne olduğunu belirlemek için bir System.GetDefaultLangID eylemini kullanın ve uygun proje dosyasını başlatın.

Diğer bir olasılık On Preload olayında dil kimliğini belirlemek ve sonra belirli bir sayfaya atlamak veya hatta kullanıcıya tek bir uygulamanın uygun bölümüne dallanan mevcut seçenekleri sunmaktır.
 
Geri
Yukarı