概要
This skill provides a comprehensive framework for handling multi-language support in Apple ecosystem projects. It automates the setup of a robust localization architecture including .lproj directory structures, type-safe string access via SwiftGen integration, and sophisticated Right-to-Left (RTL) layout handling. By leveraging the LanguageManager pattern and pluralization rules, developers can quickly implement globalized applications that handle complex linguistic requirements—such as Arabic/Hebrew mirroring and count-based string variants—while maintaining a clean, maintainable codebase.