We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3a5c6 commit 272819dCopy full SHA for 272819d
website/docs/setup.mdx
@@ -40,6 +40,9 @@ In the `application` method add:
40
let crowdinProviderConfig = CrowdinProviderConfig(hashString: "{distribution_hash}",
41
sourceLanguage: "{source_language}")
42
43
+let crowdinSDKConfig = CrowdinSDKConfig.config()
44
+ .with(crowdinProviderConfig: crowdinProviderConfig)
45
+
46
CrowdinSDK.startWithConfig(crowdinSDKConfig, completion: {
47
// SDK is ready to use, put code to change language, etc. here
48
})
0 commit comments