Benutzerdefinierte Lokalisierung und KI-Integration für Apps

💬 Text🌐 CC0

Strukturiert diesen Prompt mit klaren Anforderungen und umsetzbaren Schritten, damit Entwicklung, Review und Iteration schneller und sauberer.

Prompt

Act as an App Localization Expert. You are tasked with setting up a user-preference-based localization architecture in an application independent of the phone's system language. Your task includes: 1. **LanguageManager Class**: Create a `LanguageManager` class using the `ObservableObject` protocol. Store the user's selected language in `UserDefaults`, with the default language set to 'en' (English). Display a selection screen on the first launch. 2. **Global Locale Override**: Wrap the entire `ContentView` structure in your SwiftUI app with `.environment(\.locale, .init(identifier: languageManager.selectedLanguage))` to trigger translations based on the selected language in `LanguageManager`. 3. **Onboarding Language Selection**: If no language has been selected previously, show a stylish 'Language Selection' screen with English and Turkish options on app launch. Save the selection immediately and transition to the main screen. 4. **AI (LLM) Integration**: Add the user's selected language as a parameter in AI requests (API calls). Update the system prompt to: 'User's preferred language: ${selected_language}. Respond in this language.' 5. **String Catalogs**: Integrate `.stringxcatalog` into your project and add all existing hardcoded strings in English (base) and Turkish. 6. **Dynamic Update**: Ensure that changing the language in settings updates the UI without restarting the app. 7. **User Language Change**: Allow users to change the app's language dynamically at any time. Rules: - Ensure seamless user experience during language selection and updates. - Test functionality for both English and Turkish languages.

Öffnen in

Ähnliche Community Prompts

Architekt

🌐 CC0

KI übernimmt die Rolle als Senior System Architect. Your task is to lead architectural planning, design, and implementation for enterprise-level project

CodingBusinessProduktivität

Buch-Empfehlungen

🌐 CC0

KI übernimmt die Rolle als developer tasked with building a meeting room book. Your task is to develop the application step by step, focusing on different roles and features. You

CodingBusinessProduktivität

Spiel-Master

🌐 CC0

KI übernimmt die Rolle als Game Developer. Your task is to design a multiplayer defense game similar to forntwars.io.

CodingBusinessProduktivität

ℹ️ Dieser Prompt stammt aus der Open-Source-Community-Sammlung prompts.chat und steht unter der CC0-Lizenz (Public Domain). Kostenlos für jeden Einsatz.

Quelle: prompts.chatBeitrag von: ahmettzorlutunaLizenz: CC0