8000 GitHub - tcurdt/TCLocalizer: Easy runtime localization for UIKit and AppKit projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

tcurdt/TCLocalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Localizing Cocoa projects usually means maintaining a NIB per language. This is a maintenance nightmare. There is tooling to help but this still adds complexity that most of time is not even really needed.

With TCLocalizer you use only have to maintain a single NIB and localize during runtime. It's fast, you can keep everything in localizable string files. All you have to call is:

  - (void) viewDidLoad
  {
      [super viewDidLoad];
      
      [[TCLocalizer localizer] localizeViewController:self];
  }

It can't get much easier than that. Has support for iOS and OSX.

The code is released under the Apache License 2.0.

About

Easy runtime localization for UIKit and AppKit projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0