Skip to content

iOSDevLog/LocalizationsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localizations Demo


Screenshots

Chinese English

Development Language

diff --git a/LocalizationsDemo.xcodeproj/project.pbxproj b/LocalizationsDemo.xcodeproj/project.pbxproj
index 99a0866..644281e 100644
--- a/LocalizationsDemo.xcodeproj/project.pbxproj
+++ b/LocalizationsDemo.xcodeproj/project.pbxproj
@@ -103,7 +103,7 @@
                        };
                        buildConfigurationList = 08AC24BB268D6D3800425EEC /* Build configuration list for PBXProject "LocalizationsDemo" */;
                        compatibilityVersion = "Xcode 9.3";
-                       developmentRegion = en;
+                       developmentRegion = zh-Hans;
                        hasScannedForEncodings = 0;
                        knownRegions = (
                                en,

developmentRegion

App Name

InfoPlist.strings

InfoPlist.strings

"CFBundleName" = "本地化";

String

Localizable.strings

"选好了" = "Done";

Image

Assets.xcassets

Lunch Screen

zh-Hans.lproj/InfoPlist.strings

"UILaunchStoryboardName" = "LaunchScreen-zh-Hans";

LaunchScreen-zh-Hans

en.lproj/InfoPlist.strings

"UILaunchStoryboardName" = "LaunchScreen-English";

LaunchScreen-eng

About

Xcode 设置默认开发语言

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages