We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e57a1 commit 5471bc6Copy full SHA for 5471bc6
README.md
@@ -38,8 +38,8 @@ val appName = locale.appName
38
If you are still using Java, the writing method remains the same.
39
40
```java
41
-var locale=AppLocale.attach(context);
42
- var appName=locale.getAppName();
+var locale = AppLocale.attach(context);
+var appName = locale.getAppName();
43
```
44
45
## Compatibility
0 commit comments