Skip to content

b123400/BRLocaleMap

Repository files navigation

BRLocaleMap

This project maps Apple's locale codes to Google/Microsoft Translate.

Example

[BRLocaleMap locale:@"pa"
         forService:BRLocaleMapServiceGoogle]; // returns "ma"

[BRLocaleMap locale:@"fil"
         forService:BRLocaleMapServiceGoogle]; // returns "tl"

[BRLocaleMap locale:@"zh_Hant_HK"                 // Automatically fallback to zh_Hant
         forService:BRLocaleMapServiceMicrosoft]; // returns "zh-CHT"

[BRLocaleMap locale:@"gsw"
         forService:BRLocaleMapServiceMicrosoft]; // returns "de"

Usage

Add this to your Podfile

pod 'BRLocaleMap'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published