Differences

This shows you the differences between two versions of the page.

Link to this comparison view

library:lang:example:standalone [2020/09/14 19:59] – created phoenix616library:lang:example:standalone [2021/06/16 11:44] (current) – [Example] Fix syntax highlighting phoenix616
Line 32: Line 32:
         # This provider will use the system locale for all users         # This provider will use the system locale for all users
         lang.setProvider(user -> Locale.getDefault().getLanguage());         lang.setProvider(user -> Locale.getDefault().getLanguage());
-        # If you don'set a provider then it will use the default locale.+        # If you do not set a provider then it will use the default locale.
     }     }